· 8 years ago · Jul 28, 2018, 01:22 AM
1
2
3 * JInstaller::install: SQL-Fehler DB function failed with error number 2006
4 MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) NOT NULL, `configuration` longtext, `filters` longtext, PRIMARY KEY (`id`) );
5 SQL =
6
7 CREATE TABLE IF NOT EXISTS `jos_ak_profiles` (
8 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
9 `description` varchar(255) NOT NULL,
10 `configuration` longtext,
11 `filters` longtext,
12 PRIMARY KEY (`id`)
13 );
14
15 * Komponenten Installieren: SQL-Fehler! Fehlende oder nicht lesbare SQL-Datei. DB function failed with error number 2006
16 MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) NOT NULL, `configuration` longtext, `filters` longtext, PRIMARY KEY (`id`) );
17 SQL =
18
19 CREATE TABLE IF NOT EXISTS `jos_ak_profiles` (
20 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
21 `description` varchar(255) NOT NULL,
22 `configuration` longtext,
23 `filters` longtext,
24 PRIMARY KEY (`id`)
25 );
26
27 * Error 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