Erreurs massive de tentative de création de tables
-
Bonjour,
Le plugin SendinBlue essaye constamment de créer une table en base de donnée, table qui existe déjà, et cela provoque un ralentissement de notre backoffice.
Cela génère surtout d’énormes fichiers de log d’erreur.
Voici l’erreur que nous retrouvons des milliers de fois par jour dans celui-ci :
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr: PHP message: Erreur de la base de donn\xc3\xa9es WordPress CREATE command denied to user ‘wplogin’@’51.178.146.199’ for table ‘wpiq_sib_model_forms’ pour la requ\xc3\xaate CREATE TABLE IF NOT EXISTS wpiq_sib_model_forms (
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:id
int(20) NOT NULL AUTO_INCREMENT,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:title
varchar(120) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:html
longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:css
longtext,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:dependTheme
int(1) NOT NULL DEFAULT 1,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:listID
longtext,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:templateID
int(20) NOT NULL DEFAULT -1,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:confirmID
int(20) NOT NULL DEFAULT -1,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:isDopt
int(1) NOT NULL DEFAULT 0,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:isOpt
int(1) NOT NULL DEFAULT 0,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:redirectInEmail
varchar(255),
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:redirectInForm
varchar(255),
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:successMsg
varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:errorMsg
varchar(255) CHARACTER SET utf8 COLLATE u…PHP message: Erreur de la base de donn\xc3\xa9es WordPress CREATE command denied to user ‘wplogin’@’51.178.146.199’ for table ‘wpiq_sib_model_users’ pour la requ\xc3\xaate CREATE TABLE IF NOT EXISTS wpiq_sib_model_users (
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr: \t\t\tid
int(20) NOT NULL AUTO_INCREMENT,
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr: \t\t\temail
varchar(255),
[Sat Dec 12 19:39:57 2020] [error] [client ***] [host ***] AH10039: FastCGI: server “/homez.1013/***/www/index.php” stderr:code
varchar(100),J’ai laissé l’IP du wplogin, ce n’est pas la mienne, je ne sais pas à quoi elle correspond, c’est une IP OVH, peut-être la votre ?
- The topic ‘Erreurs massive de tentative de création de tables’ is closed to new replies.