Re ;
Ok, execute the following queries :
Code
- CREATE TABLE IF NOT EXISTS `lang_en_GB` (
- `msgid` text COLLATE utf8_unicode_ci NOT NULL,
- `msgstr` text COLLATE utf8_unicode_ci,
- UNIQUE KEY `msgid` (`msgid`(25))
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
- INSERT IGNORE INTO `lang_en_GB` (`msgid`, `msgstr`) VALUES
- ('imscp_languageSetlocaleValue', 'en_GB'),
- ('imscp_table', 'lang_en_GB'),
- ('imscp_language', 'English (EnglishBritain)'),
- ('encoding', 'UTF-8'),
- ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'),
- ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'),
- ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'),
- ('Mail', 'e-mail');
and then, rerun the script.
Note; I can help you inline if you install teamviewer.