Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_queue CHANGE COLUMN `status` status VARCHAR(20) NOT NULL DEFAULT 'waiting', /* waiting|matched|cancelled|expired */

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_queue ADD COLUMN mode VARCHAR(20) NOT NULL DEFAULT 'random', /* random|friend */

Erreur de la base de données WordPress : [Key column 'mode' doesn't exist in table]
ALTER TABLE wp_idev_duel2_queue ADD KEY `mode` (`mode`)


Warning: Undefined array key "index_type" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Warning: Undefined array key "index_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Warning: Undefined array key "index_columns" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Warning: Undefined array key "column_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3107

Warning: Undefined array key "index_type" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Warning: Undefined array key "index_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Warning: Undefined array key "index_columns" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Warning: Undefined array key "column_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3107

Warning: Undefined array key "index_type" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3069

Warning: Undefined array key "index_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3075

Warning: Undefined array key "index_columns" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3078

Warning: Undefined array key "column_name" in /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php on line 3107

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_matches CHANGE COLUMN `status` status VARCHAR(20) NOT NULL DEFAULT 'active', /* active|finished|expired */

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_matches ADD COLUMN match_type VARCHAR(20) NOT NULL DEFAULT 'random', /* random|friend|bot */

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_matches ADD COLUMN /* results */

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE wp_idev_duel2_matches ADD `` (``)

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE wp_idev_duel2_matches ADD `` (``)

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE wp_idev_duel2_matches ADD `` (``)

Erreur de la base de données WordPress : [Key column 'match_type' doesn't exist in table]
ALTER TABLE wp_idev_duel2_matches ADD KEY `match_type` (`match_type`)

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_payloads CHANGE COLUMN `questions` questions LONGTEXT NOT NULL, /* client questions (no answers) */

Erreur de la base de données WordPress : [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]
ALTER TABLE wp_idev_duel2_payloads CHANGE COLUMN `answers` answers LONGTEXT NOT NULL, /* correct indices */


Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Notice: La fonction WP_Block_Type_Registry::register a été appelée de façon incorrecte. Les noms de types de bloc doivent contenir un préfixe d’espace de nom. Exemple : mon-extension/mon-bloc-personnalise Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.0.0.) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/functions.php on line 6121

Warning: Constant FS_METHOD already defined in /var/www/vhosts/idevformation.com/httpdocs/wp-config.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php:3075) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/pluggable.php on line 1450

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/idevformation.com/httpdocs/wp-admin/includes/upgrade.php:3075) in /var/www/vhosts/idevformation.com/httpdocs/wp-includes/pluggable.php on line 1453