Database error in
Query:
SELECT `ID` FROM `sys_localization_languages` WHERE `Name`='en' LIMIT 1
Mysql error: MySQL server has gone away
Found error in the file 'inc/classes/BxDolEmailTemplates.php' at line 31.
Called 'getOne' function with erroneous argument #0.
And line 31 of that file is this:
$this->iDefaultLangId = (int)$GLOBALS['MySQL']->getOne("SELECT `ID` FROM `sys_localization_languages` WHERE `Name`='" . $GLOBALS['sCurrentLanguage'] . "' LIMIT 1");