· 7 years ago · Dec 09, 2018, 09:00 PM
1JInstaller::install: Error SQL. DB function failed with error number 2006
2MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_k2_attachments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemID` int(11) NOT NULL, `filename` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `titleAttribute` text NOT NULL, `hits` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `itemID` (`itemID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3SQL =
4CREATE TABLE IF NOT EXISTS `jos_k2_attachments` (
5 `id` int(11) NOT NULL AUTO_INCREMENT,
6 `itemID` int(11) NOT NULL,
7 `filename` varchar(255) NOT NULL,
8 `title` varchar(255) NOT NULL,
9 `titleAttribute` text NOT NULL,
10 `hits` int(11) NOT NULL,
11 PRIMARY KEY (`id`),
12 KEY `itemID` (`itemID`)
13) ENGINE=MyISAM DEFAULT CHARSET=utf8;
14Componente Instalar: Error SQL. Archivo SQL no legible o desaparecido. DB function failed with error number 2006
15MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_k2_attachments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemID` int(11) NOT NULL, `filename` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `titleAttribute` text NOT NULL, `hits` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `itemID` (`itemID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
16SQL =
17CREATE TABLE IF NOT EXISTS `jos_k2_attachments` (
18 `id` int(11) NOT NULL AUTO_INCREMENT,
19 `itemID` int(11) NOT NULL,
20 `filename` varchar(255) NOT NULL,
21 `title` varchar(255) NOT NULL,
22 `titleAttribute` text NOT NULL,
23 `hits` int(11) NOT NULL,
24 PRIMARY KEY (`id`),
25 KEY `itemID` (`itemID`)
26) ENGINE=MyISAM DEFAULT CHARSET=utf8;
27Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering