mysqli_sql_exception mysqli_sql_exception

HTTP 500 Whoops, looks like something went wrong.

MySQL server has gone away

Exceptions 2

mysqli_sql_exception

  1.         $this->connection   $connection;
  2.         $this->query        $query;
  3.         $query $this->prepareParameterKeyMapping($query);
  4.         $this->statement  $connection->prepare($query);
  5.         if (!$this->statement)
  6.         {
  7.             throw new PrepareStatementFailureException($this->connection->error$this->connection->errno);
  8.         }
  1.         $this->connection   $connection;
  2.         $this->query        $query;
  3.         $query $this->prepareParameterKeyMapping($query);
  4.         $this->statement  $connection->prepare($query);
  5.         if (!$this->statement)
  6.         {
  7.             throw new PrepareStatementFailureException($this->connection->error$this->connection->errno);
  8.         }
  1.      * @since   2.0.0
  2.      * @throws  PrepareStatementFailureException
  3.      */
  4.     protected function prepareStatement(string $query): StatementInterface
  5.     {
  6.         return new MysqliStatement($this->connection$query);
  7.     }
  8.     /**
  9.      * Unlocks tables in the database.
  10.      *
  1.         $query->setLimit($limit$offset);
  2.         $sql $this->replacePrefix((string) $query);
  3.         $this->statement $this->prepareStatement($sql);
  4.         $this->sql    $query;
  5.         $this->limit  = (int) max(0$limit);
  6.         $this->offset = (int) max(0$offset);
DatabaseDriver->setQuery(object(MysqliQuery)) in /hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php (line 52)
  1.         $query->from($db->quoteName('#__template_styles'));
  2.         $query->where($db->quoteName('client_id') . ' = 0');
  3.         $query->where($db->quoteName('id') . ' = ' $db->quote($id));
  4.         $db->setQuery($query);
  5.         return $db->loadObject();
  6.     }
  7.     /**
  1.                 {
  2.                     $template $cache->loadData();
  3.                 }
  4.                 else
  5.                 {
  6.                     $template self::getTemplateStyle($templateId);        
  7.                 }
  8.             }
  9.             if (isset($template->template) && !empty($template->template))
  10.             {
  1. use Joomla\CMS\Uri\Uri;
  2. use Joomla\CMS\Language\Text;
  3. $app Factory::getApplication();
  4. $doc Factory::getDocument();
  5. $template Helper::loadTemplateData();
  6. $params $template->params;
  7. $fontCSS '';
  8. function addGoogleFont($fonts)
  9. {
require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/error.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 721)
  1.             // Store the file path
  2.             $this->_file $directory '/' $filename;
  3.             // Get the file content
  4.             ob_start();
  5.             require $directory '/' $filename;
  6.             $contents ob_get_contents();
  7.             ob_end_clean();
  8.         }
  9.         return $contents;
HtmlDocument->_loadTemplate('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate', 'error.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 776)
  1.         $this->baseurl  Uri::base(true);
  2.         $this->params   $params['params'] ?? new Registry();
  3.         $this->template $template;
  4.         // Load
  5.         $this->_template $this->_loadTemplate($baseDir$file);
  6.         return $this;
  7.     }
  8.     /**
HtmlDocument->_fetchTemplate(array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 612)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function parse($params = [])
  5.     {
  6.         return $this->_fetchTemplate($params)->_parseTemplate();
  7.     }
  8.     /**
  9.      * Outputs the template to the browser.
  10.      *
HtmlDocument->parse(array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 630)
  1.     public function render($caching false$params = [])
  2.     {
  3.         $this->_caching $caching;
  4.         if (empty($this->_template)) {
  5.             $this->parse($params);
  6.         }
  7.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  8.             $this->cspNonce $params['csp_nonce'];
  9.         }
HtmlDocument->render(false, array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/ErrorDocument.php (line 139)
  1.         $this->debug $params['debug'] ?? false;
  2.         $this->error $this->_error;
  3.         $params['file'] = 'error.php';
  4.         return parent::render($cache$params);
  5.     }
  6.     /**
  7.      * Render the backtrace
  8.      *
ErrorDocument->render(false, array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
  1.                 'template'         => $template->template,
  2.                 'directory'        => JPATH_THEMES,
  3.                 'debug'            => JDEBUG,
  4.                 'csp_nonce'        => $app->get('csp_nonce'),
  5.                 'templateInherits' => $template->parent,
  6.                 'params'           => $template->params,
  7.             ]
  8.         );
  9.     }
  10. }
HtmlRenderer->render(object(mysqli_sql_exception)) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Exception/ExceptionHandler.php (line 126)
  1.             // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
  2.             Factory::$document $renderer->getDocument();
  3.             Factory::getApplication()->loadDocument(Factory::$document);
  4.             $data $renderer->render($error);
  5.             // If nothing was rendered, just use the message from the Exception
  6.             if (empty($data)) {
  7.                 $data $error->getMessage();
  8.             }
ExceptionHandler::render(object(mysqli_sql_exception)) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Exception/ExceptionHandler.php (line 72)
  1.      * @since   3.10.0
  2.      */
  3.     public static function handleException(\Throwable $error)
  4.     {
  5.         static::logException($error);
  6.         static::render($error);
  7.     }
  8.     /**
  9.      * Render the error page based on an exception.
  10.      *
ExceptionHandler::handleException(object(mysqli_sql_exception)) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/CMSApplication.php (line 322)
  1.             );
  2.             // Trigger the onError event.
  3.             $this->triggerEvent('onError'$event);
  4.             ExceptionHandler::handleException($event->getError());
  5.         }
  6.         // Trigger the onBeforeRespond event.
  7.         $this->getDispatcher()->dispatch('onBeforeRespond');
CMSApplication->execute() in /hp/aa/ac/uk/www/feuerwehr/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/hp/aa/ac/uk/www/feuerwehr/includes/app.php') in /hp/aa/ac/uk/www/feuerwehr/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

mysqli_sql_exception

MySQL server has gone away

  1.         $this->connection   $connection;
  2.         $this->query        $query;
  3.         $query $this->prepareParameterKeyMapping($query);
  4.         $this->statement  $connection->prepare($query);
  5.         if (!$this->statement)
  6.         {
  7.             throw new PrepareStatementFailureException($this->connection->error$this->connection->errno);
  8.         }
  1.         $this->connection   $connection;
  2.         $this->query        $query;
  3.         $query $this->prepareParameterKeyMapping($query);
  4.         $this->statement  $connection->prepare($query);
  5.         if (!$this->statement)
  6.         {
  7.             throw new PrepareStatementFailureException($this->connection->error$this->connection->errno);
  8.         }
  1.      * @since   2.0.0
  2.      * @throws  PrepareStatementFailureException
  3.      */
  4.     protected function prepareStatement(string $query): StatementInterface
  5.     {
  6.         return new MysqliStatement($this->connection$query);
  7.     }
  8.     /**
  9.      * Unlocks tables in the database.
  10.      *
  1.         $query->setLimit($limit$offset);
  2.         $sql $this->replacePrefix((string) $query);
  3.         $this->statement $this->prepareStatement($sql);
  4.         $this->sql    $query;
  5.         $this->limit  = (int) max(0$limit);
  6.         $this->offset = (int) max(0$offset);
DatabaseDriver->setQuery(object(MysqliQuery)) in /hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php (line 52)
  1.         $query->from($db->quoteName('#__template_styles'));
  2.         $query->where($db->quoteName('client_id') . ' = 0');
  3.         $query->where($db->quoteName('id') . ' = ' $db->quote($id));
  4.         $db->setQuery($query);
  5.         return $db->loadObject();
  6.     }
  7.     /**
  1.                 {
  2.                     $template $cache->loadData();
  3.                 }
  4.                 else
  5.                 {
  6.                     $template self::getTemplateStyle($templateId);        
  7.                 }
  8.             }
  9.             if (isset($template->template) && !empty($template->template))
  10.             {
  1.      * @return     string    The parsed path.
  2.      * @since     2.0.2
  3.      */
  4.     private static function parsePath(string $path): string
  5.     {
  6.         $template Helper::loadTemplateData();
  7.         $path \preg_replace("@\{\{template\}\}@"$template->template$path);
  8.         return Path::clean($path);
  9.     }
HTMLOverride::parsePath('/templates/{{template}}/joomla.asset.json') in /hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/HTMLOverride.php (line 156)
  1.         $backtrace \debug_backtrace();
  2.         $callPath $backtrace[0]['file'] ?? '';
  3.         $staticHtmlPath self::parsePath(self::$htmlPath);
  4.         $staticOverridePath self::parsePath(self::$overridePath);
  5.         $templateOverrideUri self::parsePath(self::$tmplOverridePath);
  6.         $webAssetUri self::parsePath('/templates/{{template}}/joomla.asset.json');
  7.         $relativePath '';
  8.         $overridePath '';
  9.         /**
  1.  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
  2. */
  3. defined ('JPATH_BASE') or die();
  4. require HelixUltimate\Framework\Platform\HTMLOverride::loadTemplate();
require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/html/mod_menu/default.php') in /hp/aa/ac/uk/www/feuerwehr/modules/mod_menu/mod_menu.php (line 30)
  1. if (!$list) {
  2.     return;
  3. }
  4. require ModuleHelper::getLayoutPath('mod_menu'$params->get('layout''default'));
include('/hp/aa/ac/uk/www/feuerwehr/modules/mod_menu/mod_menu.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Dispatcher/ModuleDispatcher.php (line 52)
  1.                 unset($displayData);
  2.             } else {
  3.                 extract($displayData);
  4.             }
  5.             include $path;
  6.         };
  7.         $loader($path$this->getLayoutData());
  8.     }
  9. }
ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}(array(101), null) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Dispatcher/ModuleDispatcher.php (line 55)
  1.             }
  2.             include $path;
  3.         };
  4.         $loader($path$this->getLayoutData());
  5.     }
  6. }
  1.         $dispatcher $app->bootModule($module->module$app->getName())->getDispatcher($module$app);
  2.         // Check if we have a dispatcher
  3.         if ($dispatcher) {
  4.             ob_start();
  5.             $dispatcher->dispatch();
  6.             $module->content ob_get_clean();
  7.         }
  8.         // Add the flag that the module content has been rendered
  9.         $module->contentRendered true;
ModuleHelper::renderRawModule(object(stdClass), object(Registry), array('style' => 'sp_xhtml')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Helper/ModuleHelper.php (line 161)
  1.         // Get module parameters
  2.         $params = new Registry($module->params);
  3.         // Render the module content
  4.         static::renderRawModule($module$params$attribs);
  5.         // Return early if only the content is required
  6.         if (!empty($attribs['contentOnly'])) {
  7.             return $module->content;
  8.         }
ModuleHelper::renderModule(object(stdClass), array('style' => 'sp_xhtml')) in /hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/offcanvas/2-LeftBordered/canvas.php (line 69)
  1.                 <?php echo $menu->renderLogin(); ?>
  2.             <?php endif ?>
  3.         </div>
  4.         
  5.         <?php if ($hasModMenu === false): ?>
  6.             <?php echo ModuleHelper::renderModule($menuModule, ['style' => 'sp_xhtml']); ?>
  7.         <?php else: ?>
  8.             <jdoc:include type="modules" name="offcanvas" style="sp_xhtml" />
  9.         <?php endif ?>
  10.         
include('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/offcanvas/2-LeftBordered/canvas.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Layout/FileLayout.php (line 128)
  1.         if (empty($path)) {
  2.             return $layoutOutput;
  3.         }
  4.         ob_start();
  5.         include $path;
  6.         $layoutOutput .= ob_get_contents();
  7.         ob_end_clean();
  8.         return $layoutOutput;
  9.     }
  1.         if (\file_exists($offCanvasDirectory '/' $offCanvasStyle '/canvas.php'))
  2.         {
  3.             $getLayout = new FileLayout($offCanvasStyle '.canvas'$offCanvasDirectory);
  4.             return $getLayout->render($options);
  5.         }
  6.         return '';
  7.     }
HelixUltimate->getOffcanvasStyle() in /hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/index.php (line 170)
  1.         <div class="offcanvas-overlay"></div>
  2.         <!-- Rendering the offcanvas style -->
  3.         <!-- If canvas style selected then render the style -->
  4.         <!-- otherwise (for old templates) attach the offcanvas module position -->
  5.         <?php if (!empty($this->params->get('offcanvas_style''1-LeftAlign'))): ?>
  6.             <?php echo $theme->getOffcanvasStyle(); ?>
  7.         <?php else : ?>
  8.             <div class="offcanvas-menu">
  9.                 <a href="#" class="close-offcanvas" aria-label="<?php echo Text::_('HELIX_ULTIMATE_CLOSE_OFFCANVAS_ARIA_LABEL'); ?>"><span class="fas fa-times" aria-hidden="true"></span></a>
  10.                 <div class="offcanvas-inner">
  11.                     <?php if ($this->countModules('offcanvas')) : ?>
require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/index.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 721)
  1.             // Store the file path
  2.             $this->_file $directory '/' $filename;
  3.             // Get the file content
  4.             ob_start();
  5.             require $directory '/' $filename;
  6.             $contents ob_get_contents();
  7.             ob_end_clean();
  8.         }
  9.         return $contents;
HtmlDocument->_loadTemplate('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate', 'index.php') in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 776)
  1.         $this->baseurl  Uri::base(true);
  2.         $this->params   $params['params'] ?? new Registry();
  3.         $this->template $template;
  4.         // Load
  5.         $this->_template $this->_loadTemplate($baseDir$file);
  6.         return $this;
  7.     }
  8.     /**
HtmlDocument->_fetchTemplate(array('template' => 'shaper_helixultimate', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php (line 612)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function parse($params = [])
  5.     {
  6.         return $this->_fetchTemplate($params)->_parseTemplate();
  7.     }
  8.     /**
  9.      * Outputs the template to the browser.
  10.      *
HtmlDocument->parse(array('template' => 'shaper_helixultimate', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates')) in /hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/CMSApplication.php (line 1012)
  1.             // Fall back to constants.
  2.             $this->docOptions['directory'] = \defined('JPATH_THEMES') ? JPATH_THEMES : (\defined('JPATH_BASE') ? JPATH_BASE __DIR__) . '/themes';
  3.         }
  4.         // Parse the document.
  5.         $this->document->parse($this->docOptions);
  6.         // Trigger the onBeforeRender event.
  7.         PluginHelper::importPlugin('system');
  8.         $this->triggerEvent('onBeforeRender');
  1.                 $this->set('themeInherits'$template->parent);
  2.                 break;
  3.         }
  4.         parent::render();
  5.     }
  6.     /**
  7.      * Route the application.
  8.      *
  1.             $this->doExecute();
  2.             // If we have an application document object, render it.
  3.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  4.                 // Render the application output.
  5.                 $this->render();
  6.             }
  7.             // If gzip compression is enabled in configuration and the server is compliant, compress the output.
  8.             if ($this->get('gzip') && !ini_get('zlib.output_compression') && ini_get('output_handler') !== 'ob_gzhandler') {
  9.                 $this->compress();
CMSApplication->execute() in /hp/aa/ac/uk/www/feuerwehr/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/hp/aa/ac/uk/www/feuerwehr/includes/app.php') in /hp/aa/ac/uk/www/feuerwehr/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Traces 2

[2/2] mysqli_sql_exception
mysqli_sql_exception:
MySQL server has gone away

  at /hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137
  at mysqli->prepare('SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137)
  at Joomla\Database\Mysqli\MysqliStatement->__construct(object(mysqli), 'SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:1089)
  at Joomla\Database\Mysqli\MysqliDriver->prepareStatement('SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/DatabaseDriver.php:1900)
  at Joomla\Database\DatabaseDriver->setQuery(object(MysqliQuery))
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php:52)
  at HelixUltimate\Framework\Platform\Helper::getTemplateStyle(12)
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php:336)
  at HelixUltimate\Framework\Platform\Helper::loadTemplateData()
     (/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/error.php:19)
  at require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/error.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:721)
  at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate', 'error.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:776)
  at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:612)
  at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:630)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'shaper_helixultimate', 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Error/Renderer/HtmlRenderer.php:78)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(mysqli_sql_exception))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Exception/ExceptionHandler.php:126)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(mysqli_sql_exception))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Exception/ExceptionHandler.php:72)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(mysqli_sql_exception))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/CMSApplication.php:322)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/hp/aa/ac/uk/www/feuerwehr/includes/app.php:61)
  at require_once('/hp/aa/ac/uk/www/feuerwehr/includes/app.php')
     (/hp/aa/ac/uk/www/feuerwehr/index.php:32)                
[1/2] mysqli_sql_exception
mysqli_sql_exception:
MySQL server has gone away

  at /hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137
  at mysqli->prepare('SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:137)
  at Joomla\Database\Mysqli\MysqliStatement->__construct(object(mysqli), 'SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:1089)
  at Joomla\Database\Mysqli\MysqliDriver->prepareStatement('SELECT *FROM `vr2k_template_styles`WHERE `client_id` = 0 AND `id` = \'12\'')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/database/src/DatabaseDriver.php:1900)
  at Joomla\Database\DatabaseDriver->setQuery(object(MysqliQuery))
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php:52)
  at HelixUltimate\Framework\Platform\Helper::getTemplateStyle(12)
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/Helper.php:336)
  at HelixUltimate\Framework\Platform\Helper::loadTemplateData()
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/HTMLOverride.php:56)
  at HelixUltimate\Framework\Platform\HTMLOverride::parsePath('/templates/{{template}}/joomla.asset.json')
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Platform/HTMLOverride.php:156)
  at HelixUltimate\Framework\Platform\HTMLOverride::loadTemplate()
     (/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/html/mod_menu/default.php:11)
  at require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/html/mod_menu/default.php')
     (/hp/aa/ac/uk/www/feuerwehr/modules/mod_menu/mod_menu.php:30)
  at include('/hp/aa/ac/uk/www/feuerwehr/modules/mod_menu/mod_menu.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Dispatcher/ModuleDispatcher.php:52)
  at Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}(array(101), null)
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Dispatcher/ModuleDispatcher.php:55)
  at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Helper/ModuleHelper.php:281)
  at Joomla\CMS\Helper\ModuleHelper::renderRawModule(object(stdClass), object(Registry), array('style' => 'sp_xhtml'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Helper/ModuleHelper.php:161)
  at Joomla\CMS\Helper\ModuleHelper::renderModule(object(stdClass), array('style' => 'sp_xhtml'))
     (/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/offcanvas/2-LeftBordered/canvas.php:69)
  at include('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/offcanvas/2-LeftBordered/canvas.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Layout/FileLayout.php:128)
  at Joomla\CMS\Layout\FileLayout->render(object(stdClass))
     (/hp/aa/ac/uk/www/feuerwehr/plugins/system/helixultimate/src/Core/HelixUltimate.php:1620)
  at HelixUltimate\Framework\Core\HelixUltimate->getOffcanvasStyle()
     (/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/index.php:170)
  at require('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate/index.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:721)
  at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/hp/aa/ac/uk/www/feuerwehr/templates/shaper_helixultimate', 'index.php')
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:776)
  at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'shaper_helixultimate', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Document/HtmlDocument.php:612)
  at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'shaper_helixultimate', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/hp/aa/ac/uk/www/feuerwehr/templates'))
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/CMSApplication.php:1012)
  at Joomla\CMS\Application\CMSApplication->render()
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/SiteApplication.php:724)
  at Joomla\CMS\Application\SiteApplication->render()
     (/hp/aa/ac/uk/www/feuerwehr/libraries/src/Application/CMSApplication.php:298)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/hp/aa/ac/uk/www/feuerwehr/includes/app.php:61)
  at require_once('/hp/aa/ac/uk/www/feuerwehr/includes/app.php')
     (/hp/aa/ac/uk/www/feuerwehr/index.php:32)                

Warning: session_write_close(): Failed to write session data using user defined save handler. (session.save_path: /var/lib/php5) in /hp/aa/ac/uk/www/feuerwehr/libraries/vendor/joomla/session/src/Storage/NativeStorage.php on line 114