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

CAMPO CANVAS WHITE SWAN LAVANDE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#2636
  #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 {#2633
    #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 {#2635
      #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 {#2634
        #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 {#2635}
    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 {#2635}
        }
      }
      /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 {#2630}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2635}
          $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 {#2630}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2635}
        }
      }
      /home/ps8prod/public_html/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 {#2631 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#2628 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2629 …}
          $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 {#2551 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#2551 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#2551 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2545 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#2631 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#2628 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2629 …}
        $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 {#2551 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#2551 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#2551 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2545 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Campo

CAMPO CANVAS WHITE PETALE SARI

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4970
  #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 {#4973
    #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 {#4971
      #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 {#4972
        #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 {#4972}
          }
        }
        /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 {#4975 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4977 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3473 …}
            $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 {#4971}
    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 {#4971}
        }
      }
      /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 {#4976}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4971}
          $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 {#4976}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4971}
        }
      }
      /home/ps8prod/public_html/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 {#4975 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4977 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3473 …}
          $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 {#5006 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5006 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5006 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2633 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2633 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2633 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4975 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4977 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3473 …}
        $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 {#5006 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5006 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5006 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2633 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2633 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2633 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Campo

CAMPO CANVAS WHITE PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#2613
  #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 {#2614
    #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 {#4654
      #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 {#2617
        #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 {#2617}
          }
        }
        /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 {#2845 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#2869 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2708 …}
            $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 {#4654}
    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 {#4654}
        }
      }
      /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 {#3748}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4654}
          $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 {#3748}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4654}
        }
      }
      /home/ps8prod/public_html/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 {#2845 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#2869 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2708 …}
          $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 {#5020 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5020 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5020 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4973 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4973 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4973 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#2845 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#2869 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2708 …}
        $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 {#5020 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5020 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5020 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4973 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4973 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4973 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Rio Branco

RIO BRANCO ALVEOMESH TONIC BLACK MOUTARDE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3768
  #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 {#4968
    #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 {#3791
      #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 {#4448
        #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 {#4448}
          }
        }
        /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 {#3763 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3799 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2574 …}
            $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 {#3791}
    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 {#3791}
        }
      }
      /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 {#3790}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3791}
          $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 {#3790}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3791}
        }
      }
      /home/ps8prod/public_html/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 {#3763 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3799 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2574 …}
          $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 {#5030 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5030 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5030 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2614 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2614 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2614 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3763 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3799 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2574 …}
        $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 {#5030 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5030 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5030 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2614 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2614 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2614 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Rio Branco

RIO BRANCO ALVEOMESH BLACK WHITE OXFORD GREY

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

RIO BRANCO ALVEOMESH WHITE PIERRE NATURAL

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3687
  #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 {#3802
    #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 {#4835
      #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 {#5004
        #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 {#5004}
          }
        }
        /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 {#4994 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3730 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4453 …}
            $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 {#4835}
    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 {#4835}
        }
      }
      /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 {#4388}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4835}
          $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 {#4388}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4835}
        }
      }
      /home/ps8prod/public_html/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 {#4994 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3730 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4453 …}
          $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 {#5060 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5060 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5060 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4414 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4414 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4414 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4994 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3730 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4453 …}
        $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 {#5060 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5060 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5060 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4414 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4414 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4414 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 STITCH LEATHER WHITE KAKI

R$ 800,00 5x R$ 160,00
R$ 800,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 {#5040
    #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 {#4343
      #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 {#3652
        #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 {#3652}
          }
        }
        /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 {#4354 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4334 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5019 …}
            $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 {#4343}
    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 {#4343}
        }
      }
      /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 {#4344}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4343}
          $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 {#4344}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4343}
        }
      }
      /home/ps8prod/public_html/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 {#4354 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4334 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5019 …}
          $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 {#5070 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5070 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5070 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3802 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3802 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3802 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4354 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4334 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5019 …}
        $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 {#5070 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5070 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5070 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3802 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3802 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3802 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 STITCH LEATHER WHITE CALIFORNIA

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#3493
  #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 {#3866
    #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 {#3855
      #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 {#3639
        #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 {#3639}
          }
        }
        /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 {#4508 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4347 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5055 …}
            $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 {#3855}
    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 {#3855}
        }
      }
      /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 {#3634}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3855}
          $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 {#3634}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3855}
        }
      }
      /home/ps8prod/public_html/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 {#4508 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4347 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5055 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5040 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5040 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5040 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4508 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4347 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5055 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5040 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5040 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5040 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 B-MESH OLIVE WHITE

R$ 750,00 5x R$ 150,00
R$ 750,00
^ Doctrine\DBAL\Exception {#3628
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4287
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4317
      #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 {#3897
        #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 {#3897}
          }
        }
        /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 {#4518 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4635 …}
            $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 {#4317}
    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 {#4317}
        }
      }
      /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 {#4298}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4317}
          $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 {#4298}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4317}
        }
      }
      /home/ps8prod/public_html/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 {#4518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4635 …}
          $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 {#5100 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5100 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5100 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3866 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3866 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3866 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4635 …}
        $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 {#5100 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5100 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5100 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3866 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3866 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3866 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 {#3951
  #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 {#3620
    #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 {#3873
      #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 {#3921
        #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 {#3921}
          }
        }
        /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 {#4328 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5075 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3614 …}
            $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 {#3873}
    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 {#3873}
        }
      }
      /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 {#4549}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3873}
          $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 {#4549}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3873}
        }
      }
      /home/ps8prod/public_html/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 {#4328 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5075 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3614 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4287 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4287 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4287 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4328 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5075 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3614 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4287 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4287 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4287 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 {#4494
  #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 {#3865
    #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 {#4629
      #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 {#4307
        #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 {#4307}
          }
        }
        /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 {#3892 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5036 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4525 …}
            $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 {#4629}
    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 {#4629}
        }
      }
      /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 {#3959}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4629}
          $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 {#3959}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4629}
        }
      }
      /home/ps8prod/public_html/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 {#3892 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5036 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4525 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3620 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3620 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3620 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3892 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5036 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4525 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3620 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3620 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3620 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 BLACK PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#5102
  #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 {#3757
    #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 {#3968
      #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 {#5115
        #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 {#5115}
          }
        }
        /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 {#5072 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5105 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3572 …}
            $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 {#3968}
    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 {#3968}
        }
      }
      /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 {#3657}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3968}
          $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 {#3657}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3968}
        }
      }
      /home/ps8prod/public_html/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 {#5072 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5105 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3572 …}
          $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 {#5141 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5141 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5141 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3865 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3865 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3865 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5072 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5105 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3572 …}
        $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 {#5141 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5141 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5141 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3865 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3865 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3865 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Recife

RECIFE LEATHER WHITE MATCHA

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#4576
  #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 {#4649
    #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 {#4226
      #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 {#3092
        #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 {#3092}
          }
        }
        /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 {#3086 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3023 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3692 …}
            $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 {#4226}
    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 {#4226}
        }
      }
      /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 {#4227}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4226}
          $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 {#4227}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4226}
        }
      }
      /home/ps8prod/public_html/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 {#3086 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3023 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3692 …}
          $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 {#5151 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5151 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5151 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3757 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3757 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3757 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3086 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3023 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3692 …}
        $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 {#5151 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5151 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5151 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3757 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3757 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3757 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Recife

RECIFE LEATHER WHITE BABE

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#5000
  #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 {#2889
    #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 {#3743
      #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 {#4515
        #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 {#4515}
          }
        }
        /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 {#4616 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4232 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5136 …}
            $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 {#3743}
    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 {#3743}
        }
      }
      /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 {#3566}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3743}
          $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 {#3566}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3743}
        }
      }
      /home/ps8prod/public_html/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 {#4616 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4232 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5136 …}
          $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 {#5172 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5172 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5172 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4649 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4649 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4649 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4616 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4232 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5136 …}
        $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 {#5172 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5172 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5172 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4649 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4649 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4649 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Recife

RECIFE LEATHER WHITE STEEL

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#4620
  #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 {#4219
    #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 {#3487
      #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 {#3938
        #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 {#3938}
          }
        }
        /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 {#3931 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4604 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3578 …}
            $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 {#3487}
    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 {#3487}
        }
      }
      /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 {#3656}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3487}
          $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 {#3656}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3487}
        }
      }
      /home/ps8prod/public_html/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 {#3931 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4604 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3578 …}
          $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 {#5181 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5181 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5181 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2889 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2889 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2889 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3931 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4604 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3578 …}
        $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 {#5181 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5181 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5181 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2889 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2889 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2889 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Volley

VOLLEY CANVAS WHITE AQUA

R$ 670,00 5x R$ 134,00
R$ 670,00
^ Doctrine\DBAL\Exception {#3679
  #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 {#5161
    #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 {#3344
      #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 {#4652
        #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 {#4652}
          }
        }
        /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 {#4036 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3664 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5140 …}
            $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 {#3344}
    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 {#3344}
        }
      }
      /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 {#3887}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3344}
          $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 {#3887}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3344}
        }
      }
      /home/ps8prod/public_html/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 {#4036 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3664 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5140 …}
          $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 {#5191 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5191 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5191 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4219 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4219 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4219 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4036 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3664 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5140 …}
        $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 {#5191 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5191 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5191 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4219 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4219 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4219 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Volley

VOLLEY SUEDE CAMEL BLACK

R$ 730,00 5x R$ 146,00
R$ 730,00
^ Doctrine\DBAL\Exception {#3671
  #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 {#4897
    #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 {#3967
      #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 {#4037
        #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 {#4037}
          }
        }
        /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 {#4889 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4677 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3605 …}
            $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 {#3967}
    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 {#3967}
        }
      }
      /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 {#3124}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3967}
          $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 {#3124}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3967}
        }
      }
      /home/ps8prod/public_html/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 {#4889 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4677 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3605 …}
          $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 {#5212 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5212 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5212 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5161 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5161 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5161 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4889 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4677 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3605 …}
        $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 {#5212 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5212 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5212 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5161 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5161 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5161 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Volley

VOLLEY SUEDE NATURAL SAHARA NATURAL

R$ 730,00 5x R$ 146,00
R$ 730,00
^ Doctrine\DBAL\Exception {#3203
  #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 {#4762
    #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 {#5040
      #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 {#4179 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4866 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3277 …}
            $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 {#5040}
    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 {#5040}
        }
      }
      /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 {#3518}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5040}
          $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 {#3518}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5040}
        }
      }
      /home/ps8prod/public_html/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 {#4179 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4866 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3277 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5233 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5233 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 82
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5233 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4897 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4897 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4897 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4179 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4866 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3277 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5233 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5233 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 82
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5233 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4897 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4897 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4897 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 SUEDE MULTICO ULTRAVIOLET CALCAIRE

R$ 740,00 5x R$ 148,00
R$ 740,00
^ Doctrine\DBAL\Exception {#3509
  #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 {#5081
    #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 {#4351
      #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 {#3695
        #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 {#3695}
          }
        }
        /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 {#3876 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4878 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3837 …}
            $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 {#4351}
    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 {#4351}
        }
      }
      /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 {#5024}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4351}
          $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 {#5024}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4351}
        }
      }
      /home/ps8prod/public_html/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 {#3876 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4878 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3837 …}
          $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 {#5242 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5242 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5242 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4762 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4762 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4762 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3876 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4878 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3837 …}
        $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 {#5242 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5242 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5242 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4762 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4762 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4762 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 LEATHER WHITE NATURAL

R$ 740,00 5x R$ 148,00
R$ 740,00
^ Doctrine\DBAL\Exception {#4756
  #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 {#3153
    #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 {#4287
      #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 {#4284
        #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 {#4284}
          }
        }
        /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 {#4625 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3866 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5217 …}
            $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 {#4287}
    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 {#4287}
        }
      }
      /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 {#3770}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4287}
          $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 {#3770}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4287}
        }
      }
      /home/ps8prod/public_html/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 {#4625 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3866 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5217 …}
          $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 {#5263 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5263 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5263 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5081 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5081 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5081 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4625 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3866 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5217 …}
        $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 {#5263 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5263 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5263 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5081 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5081 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5081 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 LEATHER GRAVEL MENTHOL PARME

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#4000
  #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 {#3791
    #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 {#4993
      #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 {#4681
        #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 {#4681}
          }
        }
        /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 {#5194 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3694 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4385 …}
            $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 {#4993}
    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 {#4993}
        }
      }
      /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 {#3788}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4993}
          $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 {#3788}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4993}
        }
      }
      /home/ps8prod/public_html/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 {#5194 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3694 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4385 …}
          $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 {#5272 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5272 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5272 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3153 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3153 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3153 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5194 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3694 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4385 …}
        $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 {#5272 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5272 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5272 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3153 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3153 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3153 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 B-MESH WHITE NATURAL

R$ 750,00 5x R$ 150,00
R$ 750,00
^ Doctrine\DBAL\Exception {#5071
  #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 {#3971
    #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 {#5250
      #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 {#5248
        #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 {#5248}
          }
        }
        /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 {#3367 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3793 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2840 …}
            $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 {#5250}
    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 {#5250}
        }
      }
      /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 {#3868}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5250}
          $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 {#3868}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5250}
        }
      }
      /home/ps8prod/public_html/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 {#3367 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3793 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2840 …}
          $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 {#5282 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5282 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5282 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3791 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3791 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3791 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3367 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3793 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2840 …}
        $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 {#5282 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5282 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5282 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3791 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3791 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3791 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 LEATHER WHITE BABE

R$ 750,00 5x R$ 150,00
R$ 750,00
^ Doctrine\DBAL\Exception {#2610
  #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 {#5266
    #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 {#4052
      #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 {#3090
        #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 {#3090}
          }
        }
        /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 {#4368 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3101 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4835 …}
            $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 {#4052}
    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 {#4052}
        }
      }
      /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 {#4579}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4052}
          $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 {#4579}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4052}
        }
      }
      /home/ps8prod/public_html/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 {#4368 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3101 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4835 …}
          $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 {#5291 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5291 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5291 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3971 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3971 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3971 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4368 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3101 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4835 …}
        $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 {#5291 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5291 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5291 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3971 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3971 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3971 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 LEATHER WHITE CYPRUS

R$ 750,00 5x R$ 150,00
R$ 750,00
^ Doctrine\DBAL\Exception {#4810
  #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 {#5261
    #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 {#4609
      #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 {#4613
        #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 {#4613}
          }
        }
        /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 {#5137 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3617 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4947 …}
            $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 {#4609}
    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 {#4609}
        }
      }
      /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 {#3953}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4609}
          $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 {#3953}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4609}
        }
      }
      /home/ps8prod/public_html/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 {#5137 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3617 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4947 …}
          $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 {#5301 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5301 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5301 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5266 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5266 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5266 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5137 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3617 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4947 …}
        $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 {#5301 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5301 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5301 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5266 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5266 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5266 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 {#4581
  #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 {#3408
    #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 {#4900
      #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 {#3223
        #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 {#3223}
          }
        }
        /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 {#4437 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3243 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5271 …}
            $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 {#4900}
    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 {#4900}
        }
      }
      /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 {#3402}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4900}
          $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 {#3402}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4900}
        }
      }
      /home/ps8prod/public_html/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 {#4437 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3243 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5271 …}
          $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 {#5311 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5311 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5311 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5261 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5261 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5261 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4437 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3243 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5271 …}
        $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 {#5311 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5311 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5311 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5261 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5261 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5261 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 {#2880
  #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 {#4090
    #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 {#3814
      #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 {#3828
        #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 {#3828}
          }
        }
        /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 {#3595 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4557 …}
            $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 {#3814}
    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 {#3814}
        }
      }
      /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 {#3625}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3814}
          $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 {#3625}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3814}
        }
      }
      /home/ps8prod/public_html/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 {#3595 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4557 …}
          $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 {#5332 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5332 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5332 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3408 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3408 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3408 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3595 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4557 …}
        $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 {#5332 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5332 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5332 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3408 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3408 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3408 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 {#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 {#5125
    #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 {#5102
      #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 {#5267
        #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 {#5267}
          }
        }
        /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 {#3167 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4162 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4443 …}
            $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 {#5102}
    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 {#5102}
        }
      }
      /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 {#4046}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5102}
          $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 {#4046}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5102}
        }
      }
      /home/ps8prod/public_html/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 {#3167 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4162 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4443 …}
          $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 {#5341 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5341 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5341 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4090 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4090 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4090 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3167 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4162 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4443 …}
        $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 {#5341 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5341 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5341 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4090 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4090 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4090 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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();}
  }
}
Esplar

ESPLAR LEATHER WHITE SWAN

R$ 640,00 5x R$ 128,00
R$ 640,00
^ Doctrine\DBAL\Exception {#4807
  #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 {#5321
    #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 {#3654
      #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 {#3273
        #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 {#3273}
          }
        }
        /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 {#3323 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3801 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5294 …}
            $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 {#3654}
    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 {#3654}
        }
      }
      /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 {#4104}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3654}
          $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 {#4104}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3654}
        }
      }
      /home/ps8prod/public_html/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 {#3323 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3801 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5294 …}
          $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 {#5351 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5351 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5351 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5125 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5125 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5125 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3323 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3801 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5294 …}
        $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 {#5351 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5351 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5351 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5125 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5125 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5125 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Urca

URCA CWL WHITE CAMEL

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4143
  #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 {#4821
    #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 {#3792
      #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 {#4147
        #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 {#4147}
          }
        }
        /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 {#4150 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5336 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3840 …}
            $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 {#3792}
    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 {#3792}
        }
      }
      /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 {#4592}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3792}
          $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 {#4592}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3792}
        }
      }
      /home/ps8prod/public_html/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 {#4150 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5336 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3840 …}
          $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 {#5372 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5372 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5372 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5321 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5321 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5321 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4150 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#5336 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3840 …}
        $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 {#5372 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5372 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5372 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5321 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5321 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5321 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Urca

URCA CWL BLACK WHITE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4211
  #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 {#4941
    #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 {#4650
      #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 {#3220
        #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 {#3220}
          }
        }
        /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 {#3707 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4566 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4942 …}
            $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 {#4650}
    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 {#4650}
        }
      }
      /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 {#5238}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4650}
          $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 {#5238}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4650}
        }
      }
      /home/ps8prod/public_html/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 {#3707 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4566 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4942 …}
          $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 {#5382 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5382 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5382 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4821 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4821 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4821 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3707 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4566 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4942 …}
        $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 {#5382 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5382 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5382 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4821 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4821 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4821 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 Royale

CONDOR ROYALE ALVEOMESH KAKI PIERRE

R$ 890,00 5x R$ 178,00
R$ 890,00
^ Doctrine\DBAL\Exception {#3906
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#5359
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#5253
      #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 {#4547
        #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 {#4547}
          }
        }
        /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 {#5268 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5340 …}
            $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 {#5253}
    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 {#5253}
        }
      }
      /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 {#5096}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5253}
          $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 {#5096}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5253}
        }
      }
      /home/ps8prod/public_html/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 {#5268 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5340 …}
          $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 {#5392 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5392 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5392 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4941 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4941 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4941 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5268 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5340 …}
        $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 {#5392 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5392 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5392 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4941 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4941 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4941 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 Royale

CONDOR ROYALE ALVEOMESH NATURAL BUTTER

R$ 890,00 5x R$ 178,00
R$ 890,00
^ Doctrine\DBAL\Exception {#4936
  #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 {#3791
    #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 {#3286
      #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 {#3746
        #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 {#3746}
          }
        }
        /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 {#3319 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3153 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5377 …}
            $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 {#3286}
    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 {#3286}
        }
      }
      /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 {#3901}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3286}
          $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 {#3901}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3286}
        }
      }
      /home/ps8prod/public_html/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 {#3319 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3153 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5377 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5413 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5413 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5413 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5359 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5359 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5359 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3319 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3153 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5377 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5413 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5413 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5413 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5359 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5359 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5359 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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 Royale

CONDOR ROYALE ALVEOMESH LIGHT GREY

R$ 890,00 5x R$ 178,00
R$ 890,00
^ Doctrine\DBAL\Exception {#2695
  #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 {#3306
    #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 {#3780
      #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 {#5356
        #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 {#5356}
          }
        }
        /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 {#5357 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4463 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3819 …}
            $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 {#3780}
    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 {#3780}
        }
      }
      /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 {#4989}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3780}
          $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 {#4989}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3780}
        }
      }
      /home/ps8prod/public_html/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 {#5357 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4463 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3819 …}
          $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 {#5422 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5422 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 142
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5422 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3791 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3791 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3791 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5357 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4463 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3819 …}
        $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 {#5422 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5422 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 142
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5422 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3791 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3791 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3791 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 LEATHER WHITE NATURAL SAHARA

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#5395
  #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 {#5398
    #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 {#4919
      #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 {#5400
        #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 {#5400}
          }
        }
        /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 {#5393 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4228 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5080 …}
            $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 {#4919}
    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 {#4919}
        }
      }
      /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 {#3593}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4919}
          $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 {#3593}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4919}
        }
      }
      /home/ps8prod/public_html/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 {#5393 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4228 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5080 …}
          $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 {#5432 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5432 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 146
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5432 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3306 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3306 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3306 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#5393 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4228 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5080 …}
        $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 {#5432 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5432 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 146
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5432 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3306 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3306 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3306 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 LEATHER WHITE PAROS SAHARA

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#2806
  #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 {#4683
    #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 {#3260
      #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 {#5416
        #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 {#5416}
          }
        }
        /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 {#3235 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4290 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5085 …}
            $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 {#3260}
    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 {#3260}
        }
      }
      /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 {#4633}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3260}
          $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 {#4633}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3260}
        }
      }
      /home/ps8prod/public_html/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 {#3235 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4290 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5085 …}
          $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 {#5442 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5442 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 150
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5442 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5398 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5398 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5398 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#3235 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#4290 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5085 …}
        $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 {#5442 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5442 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 150
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5442 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5398 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5398 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5398 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-12

V-12 LEATHER WHITE CAMEL

R$ 750,00 5x R$ 150,00
R$ 750,00
^ Doctrine\DBAL\Exception {#5040
  #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 {#3677
    #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 {#3375
      #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 {#5426
        #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 {#5426}
          }
        }
        /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 {#4023 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3971 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4166 …}
            $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 {#3375}
    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 {#3375}
        }
      }
      /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 {#4379}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3375}
          $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 {#4379}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3375}
        }
      }
      /home/ps8prod/public_html/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 {#4023 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3971 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4166 …}
          $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 {#5452 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5452 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 154
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5452 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4683 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4683 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4683 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
          $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 {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $tpl: Smarty_Internal_Template {#1210 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1210 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1205 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1199 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1179 …}
          $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 {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1179 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
          $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 {#4023 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 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 {#3971 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4166 …}
        $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 {#5452 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5452 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 154
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5452 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4683 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4683 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4683 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2536 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1210 …}
        $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 {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $tpl: Smarty_Internal_Template {#1210 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1209 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1210 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2518 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1210 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1205 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1199 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1179 …}
        $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 {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1179 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1179 …}
        $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