Tênis VEJA Vegano VEJA - VERT
68 produtos encontrados.
V-10

V-10 CWL FULL WHITE

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#2655
  #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 {#2652
    #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 {#2654
      #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 {#2653
        #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 {#2654}
    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 {#2654}
        }
      }
      /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 {#2649}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2654}
          $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 {#2649}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2654}
        }
      }
      /home/ps8prod/public_html/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 {#2650 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2647 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2648 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#2570 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#2570 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#2570 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2564 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#2650 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2647 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2648 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#2570 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#2570 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#2570 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2564 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 CWL WHITE BLACK

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#4989
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4992
    #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 {#4990
      #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 {#4991
        #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 {#4991}
          }
        }
        /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 {#4996 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3492 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4990}
    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 {#4990}
        }
      }
      /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 {#4995}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4990}
          $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 {#4995}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4990}
        }
      }
      /home/ps8prod/public_html/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 {#4996 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3492 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5025 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5025 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5025 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2652 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2652 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2652 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4996 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3492 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5025 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5025 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5025 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2652 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2652 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2652 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
V-10

V-10 CWL WHITE ORCHID ULTRAVIOLET

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

CONDOR 3 ENGINEERED-MESH LIGHT GREY BLACK GRADIENT

R$ 990,00 5x R$ 198,00
R$ 990,00
^ Doctrine\DBAL\Exception {#3787
  #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 {#4987
    #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 {#3810
      #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 {#4467
        #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 {#4467}
          }
        }
        /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 {#3782 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3818 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2593 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3810}
    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 {#3810}
        }
      }
      /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 {#3809}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3810}
          $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 {#3809}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3810}
        }
      }
      /home/ps8prod/public_html/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 {#3782 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3818 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2593 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5049 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5049 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5049 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3782 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3818 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2593 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5049 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5049 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5049 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Condor 3

CONDOR 3 ENGINEERED-MESH FULL WHITE

R$ 990,00 5x R$ 198,00
R$ 990,00
^ Doctrine\DBAL\Exception {#4692
  #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 {#4433
    #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 {#4444
      #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 {#4480
        #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 {#4480}
          }
        }
        /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 {#3709 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3806 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5034 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4444}
    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 {#4444}
        }
      }
      /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 {#4485}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4444}
          $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 {#4485}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4444}
        }
      }
      /home/ps8prod/public_html/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 {#3709 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3806 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5034 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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: 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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4987 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4987 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4987 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3709 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3806 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5034 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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: 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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4987 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4987 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4987 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Urca

URCA CWL WHITE PEKIN NAUTICO

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4495
  #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 {#3849
    #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 {#3725
      #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 {#4402
        #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 {#4402}
          }
        }
        /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 {#2807 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3848 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4886 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3725}
    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 {#3725}
        }
      }
      /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 {#3838}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3725}
          $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 {#3838}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3725}
        }
      }
      /home/ps8prod/public_html/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 {#2807 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3848 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4886 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5079 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5079 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5079 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4433 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4433 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4433 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#2807 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3848 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4886 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5079 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5079 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5079 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4433 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4433 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4433 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Urca

URCA CWL WHITE LEAF CYPRUS

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4426
  #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 {#4368
    #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 {#4379
      #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 {#4502
        #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 {#4502}
          }
        }
        /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 {#3667 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3845 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5054 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4379}
    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 {#4379}
        }
      }
      /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 {#4507}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4379}
          $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 {#4507}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4379}
        }
      }
      /home/ps8prod/public_html/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 {#3667 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3845 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5054 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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: 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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3849 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3849 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3849 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3667 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3845 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5054 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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: 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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3849 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3849 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3849 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 NATURAL

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3663
  #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 {#3829
    #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 {#4794
      #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 {#3749
        #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 {#3749}
          }
        }
        /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 {#3754 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#2768 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4407 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4794}
    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 {#4794}
        }
      }
      /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 {#4340}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4794}
          $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 {#4340}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4794}
        }
      }
      /home/ps8prod/public_html/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 {#3754 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2768 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4407 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5109 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5109 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5109 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4368 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4368 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4368 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3754 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2768 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4407 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5109 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5109 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5109 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4368 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4368 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4368 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Impala

IMPALA ENGINEERED-MESH LIGHT GREY PIERRE SILVER

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#5082
  #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 {#5085
    #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 {#3154
      #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 {#5087
        #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 {#5087}
          }
        }
        /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 {#5080 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4812 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3905 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3154}
    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 {#3154}
        }
      }
      /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 {#2897}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3154}
          $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 {#2897}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3154}
        }
      }
      /home/ps8prod/public_html/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 {#5080 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4812 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3905 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5119 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5119 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5119 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3829 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3829 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3829 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#5080 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4812 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3905 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5119 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5119 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5119 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3829 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3829 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3829 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Impala

IMPALA ENGINEERED-MESH ALMOND LASSI

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

IMPALA ENGINEERED MESH OURO SARI PIERRE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#5064
  #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 {#3630
    #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 {#3380
      #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 {#5113
        #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 {#5113}
          }
        }
        /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 {#4524 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3887 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4578 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3380}
    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 {#3380}
        }
      }
      /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 {#3596}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3380}
          $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 {#3596}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3380}
        }
      }
      /home/ps8prod/public_html/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 {#4524 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3887 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4578 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5139 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5139 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5139 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4332 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4332 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4332 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4524 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3887 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4578 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5139 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5139 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5139 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4332 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4332 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4332 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 SWAN LAVANDE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#3961
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4946
    #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 {#3989
      #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 {#4945
        #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 {#4945}
          }
        }
        /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 {#3225 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3994 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5102 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3989}
    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 {#3989}
        }
      }
      /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 {#3988}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3989}
          $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 {#3988}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3989}
        }
      }
      /home/ps8prod/public_html/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 {#3225 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3994 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5102 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5149 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5149 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5149 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3630 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3630 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3630 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3225 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3994 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5102 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5149 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5149 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5149 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3630 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3630 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3630 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#3582
  #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 {#5035
    #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 {#4233
      #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 {#4582
        #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 {#4582}
          }
        }
        /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 {#3567 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3984 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5134 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4233}
    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 {#4233}
        }
      }
      /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 {#4588}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4233}
          $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 {#4588}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4233}
        }
      }
      /home/ps8prod/public_html/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 {#3567 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3984 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5134 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5170 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5170 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5170 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4946 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4946 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4946 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3567 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3984 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5134 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5170 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5170 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5170 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4946 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4946 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4946 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#3564
  #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 {#3996
    #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 {#2951
      #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 {#4298
        #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 {#4298}
          }
        }
        /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 {#3900 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3576 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4575 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#2951}
    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 {#2951}
        }
      }
      /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 {#5038}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2951}
          $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 {#5038}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2951}
        }
      }
      /home/ps8prod/public_html/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 {#3900 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3576 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4575 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5179 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5179 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5179 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5035 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5035 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5035 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3900 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3576 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4575 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5179 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5179 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5179 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5035 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5035 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5035 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Fitz Roy

FITZ ROY TREK-SHELL BASALTE BLACK CELESTE

R$ 1.100,00 5x R$ 220,00
R$ 1.100,00
^ Doctrine\DBAL\Exception {#4417
  #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 {#5159
    #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 {#3243
      #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 {#4401
        #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 {#4401}
          }
        }
        /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 {#3333 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5016 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5138 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3243}
    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 {#3243}
        }
      }
      /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 {#5070}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3243}
          $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 {#5070}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3243}
        }
      }
      /home/ps8prod/public_html/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 {#3333 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5016 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5138 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5189 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5189 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5189 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3996 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3996 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3996 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3333 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5016 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5138 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5189 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5189 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5189 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3996 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3996 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3996 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Fitz Roy

FITZ ROY TREK-SHELL SHARK ALMOND

R$ 1.100,00 5x R$ 220,00
R$ 1.100,00
^ Doctrine\DBAL\Exception {#4991
  #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 {#3859
    #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 {#3136
      #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 {#2918
        #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 {#2918}
          }
        }
        /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 {#4623 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3338 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5174 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3136}
    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 {#3136}
        }
      }
      /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 {#3510}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3136}
          $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 {#3510}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3136}
        }
      }
      /home/ps8prod/public_html/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 {#4623 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3338 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5174 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5210 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5210 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5210 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5159 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5159 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5159 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4623 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3338 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5174 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5210 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5210 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5210 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5159 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5159 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5159 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Dekkan

DEKKAN ALVEOMESH NATURAL WHITE

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#3487
  #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 {#4185
    #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 {#5022
        #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 {#5022}
          }
        }
        /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 {#3715 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5100 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5091 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4897}
          $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 {#4897}
          $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 {#3715 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5100 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5091 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5219 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5219 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5219 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3859 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3859 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3859 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3715 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5100 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5091 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5219 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5219 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5219 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3859 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3859 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3859 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 GRAFITE EAGLE

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

DEKKAN RIPSTOP BABE PIERRE

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#4663
  #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 {#4515
    #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 {#4422
      #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 {#3813
        #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 {#3813}
          }
        }
        /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 {#3770 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4640 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3704 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4422}
    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 {#4422}
        }
      }
      /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 {#4422}
          $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 {#4422}
        }
      }
      /home/ps8prod/public_html/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 {#3770 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4640 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3704 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5249 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5249 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5249 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3678 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3678 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3678 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3770 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4640 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3704 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5249 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5249 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5249 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3678 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3678 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3678 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Dekkan

DEKKAN ALVEOMESH BLACK OXFORD GREY TONIC

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#5222
  #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 {#5225
    #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 {#3507
      #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 {#5227
        #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 {#5227}
          }
        }
        /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 {#5220 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3646 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3768 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3507}
    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 {#3507}
        }
      }
      /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 {#3721}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3507}
          $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 {#3721}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3507}
        }
      }
      /home/ps8prod/public_html/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 {#5220 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3646 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3768 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5259 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5259 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5259 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4515 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4515 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4515 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#5220 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3646 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3768 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5259 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5259 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5259 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4515 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4515 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4515 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 NAUTICO

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4330
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3897
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4285
      #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 {#5243
        #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 {#5243}
          }
        }
        /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 {#3286 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4186 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4921 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4285}
    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 {#4285}
        }
      }
      /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 {#5006}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4285}
          $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 {#5006}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4285}
        }
      }
      /home/ps8prod/public_html/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 {#3286 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4186 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4921 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5269 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5269 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5269 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5225 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5225 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5225 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3286 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4186 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4921 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5269 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5269 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5269 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5225 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5225 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5225 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Urca

URCA CWL WHITE AQUA

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#5204
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3562
    #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 {#3385
      #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 {#5253
        #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 {#5253}
          }
        }
        /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 {#4851 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5068 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4776 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3385}
    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 {#3385}
        }
      }
      /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 {#3134}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3385}
          $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 {#3134}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3385}
        }
      }
      /home/ps8prod/public_html/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 {#4851 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5068 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4776 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5279 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5279 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5279 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3897 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3897 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3897 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4851 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5068 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4776 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5279 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5279 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5279 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3897 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3897 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3897 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 MARSALA BLACK

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4310
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3973
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3550
      #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 {#5263
        #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 {#5263}
          }
        }
        /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 {#4914 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3410 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4514 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3550}
    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 {#3550}
        }
      }
      /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 {#4258}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3550}
          $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 {#4258}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3550}
        }
      }
      /home/ps8prod/public_html/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 {#4914 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3410 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4514 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5289 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5289 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5289 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3562 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3562 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3562 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4914 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3410 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4514 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5289 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5289 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5289 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3562 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3562 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3562 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#4736
  #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 {#4272
    #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 {#3830
      #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 {#5273
        #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 {#5273}
          }
        }
        /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 {#4403 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4165 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4548 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3830}
    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 {#3830}
        }
      }
      /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 {#4317}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3830}
          $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 {#4317}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3830}
        }
      }
      /home/ps8prod/public_html/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 {#4403 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4165 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4548 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5299 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5299 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5299 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3973 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3973 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3973 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4403 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4165 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4548 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5299 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5299 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5299 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3973 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3973 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3973 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 POKER PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#5084
  #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 {#3557
    #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 {#3885
      #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 {#5283
        #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 {#5283}
          }
        }
        /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 {#3152 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3119 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4431 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3885}
    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 {#3885}
        }
      }
      /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 {#4746}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3885}
          $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 {#4746}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3885}
        }
      }
      /home/ps8prod/public_html/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 {#3152 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3119 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4431 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5309 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5309 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5309 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4272 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4272 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4272 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3152 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3119 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4431 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5309 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5309 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5309 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4272 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4272 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4272 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 AQUA PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4008
  #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 {#5098
    #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 {#5293
        #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 {#5293}
          }
        }
        /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 {#3644 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4153 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3231 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4162}
          $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 {#4162}
          $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 {#3644 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4153 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3231 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5319 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5319 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5319 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3557 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#3557 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3557 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3644 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4153 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3231 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5319 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5319 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5319 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3557 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#3557 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3557 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
SDU

SDU J-MESH NATURAL PLATINE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#4885
  #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 {#2587
    #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 {#4953
      #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 {#4436
        #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 {#4436}
          }
        }
        /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 {#5143 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4629 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5282 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4953}
    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 {#4953}
        }
      }
      /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 {#5200}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4953}
          $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 {#5200}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4953}
        }
      }
      /home/ps8prod/public_html/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 {#5143 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4629 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5282 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5329 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5329 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5329 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5098 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5098 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5098 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#5143 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4629 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5282 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5329 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5329 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5329 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5098 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5098 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5098 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
SDU

SDU B-MESH BLACK WHITE

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

SDU J-MESH JUTA ICE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#3863
  #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 {#5219
    #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 {#4270
      #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 {#4253
        #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 {#4253}
          }
        }
        /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 {#3403 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4964 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4348 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4270}
    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 {#4270}
        }
      }
      /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 {#4091}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4270}
          $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 {#4091}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4270}
        }
      }
      /home/ps8prod/public_html/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 {#3403 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4964 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4348 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5359 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5359 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5359 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5069 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5069 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5069 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3403 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4964 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4348 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5359 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5359 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5359 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5069 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5069 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5069 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Fitz Roy

FITZ ROY TREK SHELL BLACK GRAFITE DUNE

R$ 1.100,00 5x R$ 220,00
R$ 1.100,00
^ Doctrine\DBAL\Exception {#5332
  #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 {#5335
    #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 {#4681
      #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 {#5337
        #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 {#5337}
          }
        }
        /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 {#5330 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3811 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4136 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4681}
    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 {#4681}
        }
      }
      /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 {#4681}
          $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 {#4681}
        }
      }
      /home/ps8prod/public_html/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 {#5330 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3811 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4136 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5369 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5369 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5369 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5219 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5219 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5219 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#5330 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3811 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4136 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5369 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5369 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5369 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5219 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5219 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5219 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Fitz Roy

FITZ ROY TREK SHELL GRAVEL WHITE

R$ 1.100,00 5x R$ 220,00
R$ 1.100,00
^ Doctrine\DBAL\Exception {#4763
  #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 {#4824
    #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 {#3872
      #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 {#5353
        #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 {#5353}
          }
        }
        /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 {#4176 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3970 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3772 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3872}
    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 {#3872}
        }
      }
      /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 {#4456}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3872}
          $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 {#4456}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3872}
        }
      }
      /home/ps8prod/public_html/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 {#4176 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3970 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3772 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5379 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5379 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5379 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5335 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#5335 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5335 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4176 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3970 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3772 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5379 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5379 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5379 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5335 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#5335 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5335 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Fitz Roy

FITZ ROY TREK SHELL TERRA BLACK

R$ 1.100,00 5x R$ 220,00
R$ 1.100,00
^ Doctrine\DBAL\Exception {#5157
  #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 {#4327
    #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 {#4726
      #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 {#5363
        #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 {#5363}
          }
        }
        /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 {#3401 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4014 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3799 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4726}
    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 {#4726}
        }
      }
      /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 {#4480}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4726}
          $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 {#4480}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4726}
        }
      }
      /home/ps8prod/public_html/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 {#3401 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4014 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3799 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5389 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5389 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5389 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4824 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4824 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4824 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3401 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4014 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3799 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5389 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5389 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5389 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4824 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4824 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4824 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#3598
  #message: """
    An exception occurred while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#5213
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#2962
      #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 {#5373
        #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 {#5373}
          }
        }
        /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 {#4876 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5255 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3237 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#2962}
    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 {#2962}
        }
      }
      /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 {#4900}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2962}
          $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 {#4900}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2962}
        }
      }
      /home/ps8prod/public_html/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 {#4876 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5255 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3237 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5399 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5399 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5399 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4327 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4327 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4327 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4876 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5255 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3237 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5399 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5399 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5399 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4327 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4327 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4327 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#4238
  #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 {#2977
    #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 {#4476
      #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 {#5383
        #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 {#5383}
          }
        }
        /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 {#3482 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3312 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3623 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4476}
    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 {#4476}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2653}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4476}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2653}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4476}
        }
      }
      /home/ps8prod/public_html/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 {#3482 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3312 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3623 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5409 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5409 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5409 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5213 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5213 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5213 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3482 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3312 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3623 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5409 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5409 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5409 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5213 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5213 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5213 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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 {#4781
  #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 {#4472
    #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 {#3921
      #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 {#5021
        #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 {#5021}
          }
        }
        /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 {#3441 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4535 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5378 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#3921}
    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 {#3921}
        }
      }
      /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 {#3329}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3921}
          $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 {#3329}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3921}
        }
      }
      /home/ps8prod/public_html/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 {#3441 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4535 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5378 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5419 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5419 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5419 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2977 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#2977 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2977 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#3441 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4535 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5378 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5419 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5419 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5419 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2977 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#2977 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2977 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Wata II

WATA II CANVAS BLACK PIERRE

R$ 630,00 5x R$ 126,00
R$ 630,00
^ Doctrine\DBAL\Exception {#4794
  #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 {#3993
    #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 {#4021
      #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 {#2631
        #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 {#2631}
          }
        }
        /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 {#4920 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5125 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3309 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/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 {#4021}
    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 {#4021}
        }
      }
      /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 {#2963}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4021}
          $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 {#2963}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4021}
        }
      }
      /home/ps8prod/public_html/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 {#4920 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5125 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3309 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/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 {#5440 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_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 {#5440 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5440 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4472 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_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 {#4472 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4472 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
          $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 {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $tpl: Smarty_Internal_Template {#1229 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1229 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1224 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1218 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1198 …}
          $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 {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1198 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
          $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 {#4920 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5125 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3309 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/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 {#5440 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_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 {#5440 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.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 {#5440 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4472 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_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 {#4472 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4472 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.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 {#2555 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php: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 {#1229 …}
        $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 {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $tpl: Smarty_Internal_Template {#1229 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1228 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1229 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.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 {#1229 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1224 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1218 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1198 …}
        $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 {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1198 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1198 …}
        $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