Joomla 1.5.20 erreur installation composante
jade
-
Profil bloqué -
Profil bloqué -
Bonjour,
J'ai un problème lorsque que je viens pour installer un composant avec l'installateur de joomla 1.5.20.
Voici l'erreur qui en ressort:
* JInstaller::install: Erreur SQL. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' ( 'xref_a' INT( 10 ) NOT NULL , 'xref_type' ENUM( '1' ) NOT NULL , 'xref_b' INT( 10 ) NOT NULL ) ENGINE = MYISAM;
SQL =
CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' (
'xref_a' INT( 10 ) NOT NULL ,
'xref_type' ENUM( '1' ) NOT NULL ,
'xref_b' INT( 10 ) NOT NULL
) ENGINE = MYISAM;
* Composant Installation: Erreur SQL ou fichier sql absent ou illisible. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' ( 'xref_a' INT( 10 ) NOT NULL , 'xref_type' ENUM( '1' ) NOT NULL , 'xref_b' INT( 10 ) NOT NULL ) ENGINE = MYISAM;
SQL =
CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' (
'xref_a' INT( 10 ) NOT NULL ,
'xref_type' ENUM( '1' ) NOT NULL ,
'xref_b' INT( 10 ) NOT NULL
) ENGINE = MYISAM;
* 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
Es-ce que quelqu'un aurais une idée du pourquoi de cette erreur ?
Merci beaucoup a l'avance !
J'ai un problème lorsque que je viens pour installer un composant avec l'installateur de joomla 1.5.20.
Voici l'erreur qui en ressort:
* JInstaller::install: Erreur SQL. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' ( 'xref_a' INT( 10 ) NOT NULL , 'xref_type' ENUM( '1' ) NOT NULL , 'xref_b' INT( 10 ) NOT NULL ) ENGINE = MYISAM;
SQL =
CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' (
'xref_a' INT( 10 ) NOT NULL ,
'xref_type' ENUM( '1' ) NOT NULL ,
'xref_b' INT( 10 ) NOT NULL
) ENGINE = MYISAM;
* Composant Installation: Erreur SQL ou fichier sql absent ou illisible. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' ( 'xref_a' INT( 10 ) NOT NULL , 'xref_type' ENUM( '1' ) NOT NULL , 'xref_b' INT( 10 ) NOT NULL ) ENGINE = MYISAM;
SQL =
CREATE TABLE IF NOT EXISTS 'jos_jwhmcs_xref' (
'xref_a' INT( 10 ) NOT NULL ,
'xref_type' ENUM( '1' ) NOT NULL ,
'xref_b' INT( 10 ) NOT NULL
) ENGINE = MYISAM;
* 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
Es-ce que quelqu'un aurais une idée du pourquoi de cette erreur ?
Merci beaucoup a l'avance !
A voir également:
- Joomla 1.5.20 erreur installation composante
- Installation windows 10 sans compte microsoft - Guide
- Installation chromecast - Guide
- Erreur d’installation - 0x80070643 - Accueil - Windows
- Installation calculatrice - Télécharger - Calcul & Conversion
- Erreur 0x80070643 Windows 10 : comment résoudre le problème de la mise à jour KB5001716 - Accueil - Windows
1 réponse
Ce message erreur signifie que lors de l'installation, il n'a pas été possible de créer les tables associées. C'est peut-être lié à une limitation de temps d'exécution des scripts chez ton hébergeur.
Le plus simple c'est de regarder directement avec le support de ton hébergeur. La dernière solution consiste à installer manuellement ton composant en exécutant manuellement le script de création des tables avec phpmyadmin.
Le plus simple c'est de regarder directement avec le support de ton hébergeur. La dernière solution consiste à installer manuellement ton composant en exécutant manuellement le script de création des tables avec phpmyadmin.