2025-08-28 17:31:32 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_forum' sur serveur 'dump'array ( 'table_objet' => 'forums', 'type' => 'forum', 'url_voir' => 'controler_forum', 'url_edit' => 'controler_forum', 'editable' => false, 'principale' => 'oui', 'page' => '', 'texte_retour' => 'icone_retour', 'texte_objets' => 'forum:forum', 'texte_objet' => 'forum:forum', 'info_aucun_objet' => 'forum:aucun_message_forum', 'info_1_objet' => 'forum:info_1_message_forum', 'info_nb_objets' => 'forum:info_nb_messages_forum', 'titre' => 'titre, \'\' AS lang', 'date' => 'date_heure', 'champs_editables' => array ( 0 => 'titre', 1 => 'texte', 2 => 'nom_site', 3 => 'url_site', ), 'field' => array ( 'id_forum' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_objet' => 'bigint(21) NOT NULL DEFAULT 0', 'objet' => 'varchar(25) NOT NULL DEFAULT \'\'', 'id_parent' => 'bigint(21) NOT NULL DEFAULT 0', 'id_thread' => 'bigint(21) NOT NULL DEFAULT 0', 'date_heure' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'date_thread' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'titre' => 'text NOT NULL DEFAULT \'\'', 'texte' => 'mediumtext NOT NULL DEFAULT \'\'', 'auteur' => 'text NOT NULL DEFAULT \'\'', 'email_auteur' => 'text NOT NULL DEFAULT \'\'', 'nom_site' => 'text NOT NULL DEFAULT \'\'', 'url_site' => 'text NOT NULL DEFAULT \'\'', 'statut' => 'varchar(8) NOT NULL DEFAULT \'0\'', 'ip' => 'varchar(40) NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'id_auteur' => 'bigint(20) NOT NULL DEFAULT 0', ), 'key' => array ( 'PRIMARY KEY' => 'id_forum', 'KEY id_auteur' => 'id_auteur', 'KEY id_parent' => 'id_parent', 'KEY id_thread' => 'id_thread', 'KEY optimal' => 'statut,id_parent,id_objet,objet,date_heure', ), 'join' => array ( 'id_forum' => 'id_forum', 'id_parent' => 'id_parent', 'id_objet' => 'id_objet', 'objet' => 'objet', 'id_auteur' => 'id_auteur', ), 'rechercher_champs' => array ( 'titre' => 3, 'texte' => 1, 'auteur' => 2, 'email_auteur' => 2, 'nom_site' => 1, 'url_site' => 1, ), 'type_surnoms' => array ( ), 'table_objet_surnoms' => array ( ), 'icone_objet' => 'forum', 'texte_modifier' => 'forum:icone_modifier_forum', 'texte_creer' => 'forum:icone_creer_forum', 'texte_creer_associer' => 'forum:texte_creer_associer_forum', 'texte_ajouter' => 'forum:texte_ajouter_forum', 'texte_logo_objet' => 'forum:titre_logo_forum', 'texte_langue_objet' => 'forum:titre_langue_forum', 'texte_definir_comme_traduction_objet' => 'forum:texte_definir_comme_traduction_forum', 'champs_versionnes' => array ( 0 => 'jointure_mots', ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'forum', ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => 'publie,prop', 'exception' => 'statut', ), ), 'exist' => true, 'table_sql' => 'spip_forum', 'table' => 'spip_forum', 'connexion' => '', 'id_table' => 'forum', ) 2025-08-28 17:31:32 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_groupes_mots' sur serveur 'dump' 2025-08-28 17:31:34 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_groupes_mots' sur serveur 'dump'array ( 'table_objet_surnoms' => array ( 0 => 'groupemot', 1 => 'groupe_mots', 2 => 'groupe_mot', 3 => 'groupe', ), 'type' => 'groupe_mots', 'type_surnoms' => array ( 0 => 'groupes_mot', 1 => 'groupemot', 2 => 'groupe_mot', ), 'texte_retour' => 'icone_retour', 'texte_objets' => 'mots:titre_groupes_mots', 'texte_objet' => 'mots:titre_groupe_mots', 'texte_modifier' => 'mots:icone_modif_groupe_mots', 'texte_creer' => 'mots:icone_creation_groupe_mots', 'texte_logo_objet' => 'mots:logo_groupe', 'info_aucun_objet' => 'mots:info_aucun_groupemots', 'info_1_objet' => 'mots:info_1_groupemots', 'info_nb_objets' => 'mots:info_nb_groupemots', 'titre' => 'titre, \'\' AS lang', 'date' => 'date', 'principale' => 'oui', 'page' => '', 'field' => array ( 'id_groupe' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'titre' => 'text NOT NULL DEFAULT \'\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'texte' => 'longtext NOT NULL DEFAULT \'\'', 'unseul' => 'varchar(3) NOT NULL DEFAULT \'\'', 'obligatoire' => 'varchar(3) NOT NULL DEFAULT \'\'', 'tables_liees' => 'text NOT NULL DEFAULT \'\'', 'minirezo' => 'varchar(3) NOT NULL DEFAULT \'\'', 'comite' => 'varchar(3) NOT NULL DEFAULT \'\'', 'forum' => 'varchar(3) NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_groupe', ), 'rechercher_champs' => array ( 'titre' => 8, 'texte' => 1, 'descriptif' => 5, ), 'tables_jointures' => array ( 0 => 'mots', 'id_auteur' => 'auteurs_liens', 1 => 'forums', 2 => 'mots_liens', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'champs_versionnes' => array ( 0 => 'titre', 1 => 'descriptif', 2 => 'texte', 3 => 'un_seul', 4 => 'obligatoire', 5 => 'tables_liees', 6 => 'minirezo', 7 => 'forum', 8 => 'comite', 9 => 'jointure_mots', ), 'table_objet' => 'groupes_mots', 'editable' => 'oui', 'url_voir' => 'groupe_mots', 'url_edit' => 'groupe_mots_edit', 'icone_objet' => 'groupe_mots', 'texte_creer_associer' => 'groupe_mots:texte_creer_associer_groupe_mots', 'texte_ajouter' => 'groupe_mots:texte_ajouter_groupe_mots', 'texte_langue_objet' => 'groupe_mots:titre_langue_groupe_mots', 'texte_definir_comme_traduction_objet' => 'groupe_mots:texte_definir_comme_traduction_groupe_mots', 'champs_editables' => array ( ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'groupe_mots', ), 'statut' => '', 'exist' => true, 'table_sql' => 'spip_groupes_mots', 'table' => 'spip_groupes_mots', 'connexion' => '', 'id_table' => 'groupes_mots', ) 2025-08-28 17:31:34 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_messages' sur serveur 'dump' 2025-08-28 17:31:35 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_messages' sur serveur 'dump'array ( 'page' => false, 'texte_modifier' => 'icone_modifier_message', 'texte_creer' => 'icone_ecrire_nouveau_message', 'texte_objets' => 'organiseur:messages', 'texte_objet' => 'organiseur:message', 'info_aucun_objet' => 'info_aucun_message', 'info_1_objet' => 'info_1_message', 'info_nb_objets' => 'info_nb_messages', 'principale' => 'oui', 'champs_editables' => array ( 0 => 'titre', 1 => 'texte', 2 => 'type', 3 => 'date_heure', 4 => 'date_fin', 5 => 'rv', 6 => 'id_auteur', 7 => 'destinataires', ), 'field' => array ( 'id_message' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'titre' => 'text NOT NULL DEFAULT \'\'', 'texte' => 'longtext NOT NULL DEFAULT \'\'', 'type' => 'varchar(6) NOT NULL DEFAULT \'\'', 'date_heure' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'date_fin' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'rv' => 'varchar(3) NOT NULL DEFAULT \'\'', 'statut' => 'varchar(6) NOT NULL DEFAULT \'0\'', 'id_auteur' => 'bigint(21) NOT NULL DEFAULT 0', 'destinataires' => 'text NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_message', 'KEY id_auteur' => 'id_auteur', ), 'titre' => 'titre, \'\' AS lang', 'date' => 'date_heure', 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => '!', 'exception' => array ( 0 => 'statut', 1 => 'tout', ), ), ), 'rechercher_champs' => array ( 'titre' => 8, 'texte' => 1, ), 'type' => 'message', 'type_surnoms' => array ( ), 'table_objet' => 'messages', 'table_objet_surnoms' => array ( ), 'editable' => 'oui', 'url_voir' => 'message', 'url_edit' => 'message_edit', 'icone_objet' => 'message', 'texte_retour' => 'icone_retour', 'texte_creer_associer' => 'message:texte_creer_associer_message', 'texte_ajouter' => 'message:texte_ajouter_message', 'texte_logo_objet' => 'message:titre_logo_message', 'texte_langue_objet' => 'message:titre_langue_message', 'texte_definir_comme_traduction_objet' => 'message:texte_definir_comme_traduction_message', 'champs_versionnes' => array ( 0 => 'jointure_mots', ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'message', ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'exist' => true, 'table_sql' => 'spip_messages', 'table' => 'spip_messages', 'connexion' => '', 'id_table' => 'messages', ) 2025-08-28 17:31:35 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_mots' sur serveur 'dump' 2025-08-28 17:31:36 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_mots' sur serveur 'dump'array ( 'type' => 'mot', 'type_surnoms' => array ( 0 => 'mot-cle', ), 'texte_retour' => 'icone_retour', 'texte_objets' => 'public:mots_clefs', 'texte_objet' => 'public:mots_clef', 'texte_modifier' => 'mots:icone_modifier_mot', 'texte_ajouter' => 'titre_ajouter_un_mot', 'texte_creer' => 'titre_ajouter_un_mot', 'texte_logo_objet' => 'mots:logo_mot_cle', 'texte_creer_associer' => 'mots:creer_et_associer_un_mot', 'info_aucun_objet' => 'mots:info_aucun_mot_cle', 'info_1_objet' => 'info_1_mot_cle', 'info_nb_objets' => 'info_nb_mots_cles', 'titre' => 'titre, \'\' AS lang', 'date' => 'date', 'principale' => 'oui', 'field' => array ( 'id_mot' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'titre' => 'text NOT NULL DEFAULT \'\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'texte' => 'longtext NOT NULL DEFAULT \'\'', 'id_groupe' => 'bigint(21) NOT NULL DEFAULT 0', 'type' => 'text NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_mot', 'KEY id_groupe' => 'id_groupe', ), 'rechercher_champs' => array ( 'titre' => 8, 'texte' => 1, 'descriptif' => 5, ), 'tables_jointures' => array ( 0 => 'mots_liens', 1 => 'mots', 'id_auteur' => 'auteurs_liens', 2 => 'forums', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'champs_versionnes' => array ( 0 => 'titre', 1 => 'descriptif', 2 => 'texte', 3 => 'id_groupe', 4 => 'jointure_mots', ), 'table_objet' => 'mots', 'table_objet_surnoms' => array ( ), 'editable' => 'oui', 'page' => 'mot', 'url_voir' => 'mot', 'url_edit' => 'mot_edit', 'icone_objet' => 'mot', 'texte_langue_objet' => 'mot:titre_langue_mot', 'texte_definir_comme_traduction_objet' => 'mot:texte_definir_comme_traduction_mot', 'champs_editables' => array ( ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'mot', ), 'statut' => '', 'exist' => true, 'table_sql' => 'spip_mots', 'table' => 'spip_mots', 'connexion' => '', 'id_table' => 'mots', ) 2025-08-28 17:31:36 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_petitions' sur serveur 'dump' 2025-08-28 17:31:37 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_petitions' sur serveur 'dump'array ( 'url_voir' => 'controler_petition', 'url_edit' => 'controler_petition', 'editable' => false, 'principale' => 'oui', 'page' => '', 'texte_retour' => 'icone_retour', 'texte_objets' => 'petitions:titre_petitions', 'texte_objet' => 'petitions:titre_petition', 'titre' => 'texte as titre, \'\' AS lang', 'field' => array ( 'id_petition' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_article' => 'bigint(21) NOT NULL DEFAULT 0', 'email_unique' => 'char(3) NOT NULL DEFAULT \'\'', 'site_obli' => 'char(3) NOT NULL DEFAULT \'\'', 'site_unique' => 'char(3) NOT NULL DEFAULT \'\'', 'message' => 'char(3) NOT NULL DEFAULT \'\'', 'texte' => 'longtext NOT NULL DEFAULT \'\'', 'statut' => 'varchar(10) NOT NULL DEFAULT \'publie\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_petition', 'UNIQUE KEY id_article' => 'id_article', ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie,off', 'previsu' => 'publie,off', 'exception' => array ( 0 => 'statut', ), ), ), 'type' => 'petition', 'type_surnoms' => array ( ), 'table_objet' => 'petitions', 'table_objet_surnoms' => array ( ), 'icone_objet' => 'petition', 'texte_modifier' => 'petition:icone_modifier_petition', 'texte_creer' => 'petition:icone_creer_petition', 'texte_creer_associer' => 'petition:texte_creer_associer_petition', 'texte_ajouter' => 'petition:texte_ajouter_petition', 'texte_logo_objet' => 'petition:titre_logo_petition', 'texte_langue_objet' => 'petition:titre_langue_petition', 'texte_definir_comme_traduction_objet' => 'petition:texte_definir_comme_traduction_petition', 'info_aucun_objet' => 'petition:info_aucun_petition', 'info_1_objet' => 'petition:info_1_petition', 'info_nb_objets' => 'petition:info_nb_petitions', 'champs_editables' => array ( ), 'champs_versionnes' => array ( 0 => 'jointure_mots', ), 'rechercher_champs' => array ( ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'petition', ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'date' => '', 'exist' => true, 'table_sql' => 'spip_petitions', 'table' => 'spip_petitions', 'connexion' => '', 'id_table' => 'petitions', ) 2025-08-28 17:31:37 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_referers' sur serveur 'dump' 2025-08-28 17:31:38 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_referers' sur serveur 'dump'array ( 'field' => array ( 'referer_md5' => 'bigint(20) unsigned NOT NULL', 'date' => 'date NOT NULL', 'referer' => 'varchar(255) DEFAULT NULL', 'visites' => 'int(10) unsigned NOT NULL', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'visites_veille' => 'int(10) unsigned NOT NULL DEFAULT 0', 'visites_jour' => 'int(10) unsigned NOT NULL DEFAULT 0', ), 'key' => array ( 'PRIMARY KEY' => 'referer_md5', ), 'exist' => true, 'table_sql' => 'spip_referers', 'table' => 'spip_referers', 'connexion' => '', 'titre' => '\'\' as titre,\'\' as lang', 'date' => 'date', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'referers', ) 2025-08-28 17:31:38 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_referers_articles' sur serveur 'dump' 2025-08-28 17:31:39 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_referers_articles' sur serveur 'dump'array ( 'field' => array ( 'id_article' => 'int(10) unsigned NOT NULL', 'referer_md5' => 'bigint(20) unsigned NOT NULL', 'referer' => 'varchar(255) NOT NULL DEFAULT \'\'', 'visites' => 'int(10) unsigned NOT NULL', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_article,referer_md5', 'KEY referer_md5' => 'referer_md5', ), 'exist' => true, 'table_sql' => 'spip_referers_articles', 'table' => 'spip_referers_articles', 'connexion' => '', 'titre' => '\'\' as titre,\'\' as lang', 'date' => '', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'referers_articles', ) 2025-08-28 17:31:39 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_rubriques' sur serveur 'dump' 2025-08-28 17:31:40 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_rubriques' sur serveur 'dump'array ( 'page' => 'rubrique', 'url_voir' => 'rubrique', 'url_edit' => 'rubrique_edit', 'texte_retour' => 'icone_retour', 'texte_objets' => 'public:rubriques', 'texte_objet' => 'public:rubrique', 'texte_modifier' => 'icone_modifier_rubrique', 'texte_creer' => 'icone_creer_rubrique', 'texte_ajouter' => 'titre_ajouter_une_rubrique', 'texte_creer_associer' => 'creer_et_associer_une_rubrique', 'info_aucun_objet' => 'info_aucun_rubrique', 'info_1_objet' => 'info_1_rubrique', 'info_nb_objets' => 'info_nb_rubriques', 'texte_logo_objet' => 'logo_rubrique', 'texte_langue_objet' => 'titre_langue_rubrique', 'texte_definir_comme_traduction_objet' => 'texte_definir_comme_traduction_rubrique', 'titre' => 'titre, lang', 'date' => 'date', 'principale' => 'oui', 'introduction_longueur' => '600', 'champs_editables' => array ( 0 => 'titre', 1 => 'texte', 2 => 'descriptif', 3 => 'extra', ), 'champs_versionnes' => array ( 0 => 'titre', 1 => 'descriptif', 2 => 'texte', 3 => 'jointure_mots', ), 'field' => array ( 'id_rubrique' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_parent' => 'bigint(21) NOT NULL DEFAULT 0', 'titre' => 'text NOT NULL DEFAULT \'\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'texte' => 'longtext NOT NULL DEFAULT \'\'', 'id_secteur' => 'bigint(21) NOT NULL DEFAULT 0', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'statut' => 'varchar(10) NOT NULL DEFAULT \'0\'', 'date' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'lang' => 'varchar(10) NOT NULL DEFAULT \'\'', 'langue_choisie' => 'varchar(3) DEFAULT \'non\'', 'statut_tmp' => 'varchar(10) NOT NULL DEFAULT \'0\'', 'date_tmp' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'profondeur' => 'smallint(5) NOT NULL DEFAULT 0', ), 'key' => array ( 'PRIMARY KEY' => 'id_rubrique', 'KEY lang' => 'lang', 'KEY id_parent' => 'id_parent', ), 'rechercher_champs' => array ( 'titre' => 8, 'descriptif' => 5, 'texte' => 1, ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => '!', 'exception' => array ( 0 => 'statut', 1 => 'tout', ), ), ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', 6 => 'formulaires_liens', ), 'rechercher_jointures' => array ( 'document' => array ( 'titre' => 2, 'descriptif' => 1, ), 'mot' => array ( 'titre' => 3, ), ), 'type' => 'rubrique', 'type_surnoms' => array ( ), 'table_objet' => 'rubriques', 'table_objet_surnoms' => array ( ), 'editable' => 'oui', 'icone_objet' => 'rubrique', 'modeles' => array ( 0 => 'rubrique', ), 'exist' => true, 'table_sql' => 'spip_rubriques', 'table' => 'spip_rubriques', 'connexion' => '', 'id_table' => 'rubriques', ) 2025-08-28 17:31:40 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_signatures' sur serveur 'dump' 2025-08-28 17:31:41 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_signatures' sur serveur 'dump'array ( 'url_voir' => 'controler_petition', 'url_edit' => 'controler_petition', 'editable' => false, 'principale' => 'oui', 'page' => '', 'texte_retour' => 'icone_retour', 'texte_objets' => 'public:signatures_petition', 'texte_objet' => 'entree_signature', 'info_aucun_objet' => 'petitions:aucune_signature', 'info_1_objet' => 'petitions:une_signature', 'info_nb_objets' => 'petitions:nombre_signatures', 'titre' => 'nom_email as titre, \'\' AS lang', 'date' => 'date_time', 'field' => array ( 'id_signature' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_petition' => 'bigint(21) NOT NULL DEFAULT 0', 'date_time' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'nom_email' => 'text NOT NULL DEFAULT \'\'', 'ad_email' => 'text NOT NULL DEFAULT \'\'', 'nom_site' => 'text NOT NULL DEFAULT \'\'', 'url_site' => 'text NOT NULL DEFAULT \'\'', 'message' => 'mediumtext NOT NULL DEFAULT \'\'', 'statut' => 'varchar(10) NOT NULL DEFAULT \'0\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'id_signature', 'KEY id_petition' => 'id_petition', 'KEY statut' => 'statut', ), 'join' => array ( 'id_signature' => 'id_signature', 'id_petition' => 'id_petition', ), 'tables_jointures' => array ( 0 => 'petitions', 'id_auteur' => 'auteurs_liens', 1 => 'forums', 2 => 'mots_liens', 3 => 'mots', 4 => 'versions', 5 => 'documents_liens', 6 => 'formulaires_liens', ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => 'publie', 'exception' => array ( 0 => 'statut', 1 => 'tout', ), ), ), 'rechercher_champs' => array ( 'nom_email' => 2, 'ad_email' => 4, 'nom_site' => 2, 'url_site' => 4, 'message' => 1, ), 'icone_objet' => 'petition', 'type' => 'signature', 'type_surnoms' => array ( ), 'table_objet' => 'signatures', 'table_objet_surnoms' => array ( ), 'texte_modifier' => 'signature:icone_modifier_signature', 'texte_creer' => 'signature:icone_creer_signature', 'texte_creer_associer' => 'signature:texte_creer_associer_signature', 'texte_ajouter' => 'signature:texte_ajouter_signature', 'texte_logo_objet' => 'signature:titre_logo_signature', 'texte_langue_objet' => 'signature:titre_langue_signature', 'texte_definir_comme_traduction_objet' => 'signature:texte_definir_comme_traduction_signature', 'champs_editables' => array ( ), 'champs_versionnes' => array ( 0 => 'jointure_mots', ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'signature', ), 'exist' => true, 'table_sql' => 'spip_signatures', 'table' => 'spip_signatures', 'connexion' => '', 'id_table' => 'signatures', ) 2025-08-28 17:31:41 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_syndic' sur serveur 'dump' 2025-08-28 17:31:42 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_syndic' sur serveur 'dump'array ( 'table_objet_surnoms' => array ( 0 => 'site', ), 'type' => 'site', 'type_surnoms' => array ( 0 => 'syndic', ), 'texte_retour' => 'icone_retour', 'texte_objets' => 'icone_sites_references', 'texte_objet' => 'sites:icone_site_reference', 'texte_modifier' => 'sites:icone_modifier_site', 'texte_creer' => 'sites:icone_referencer_nouveau_site', 'info_aucun_objet' => 'sites:info_aucun_site', 'info_1_objet' => 'sites:info_1_site', 'info_nb_objets' => 'sites:info_nb_sites', 'titre' => 'nom_site AS titre, \'\' AS lang', 'date' => 'date', 'principale' => 'oui', 'field' => array ( 'id_syndic' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_rubrique' => 'bigint(21) NOT NULL DEFAULT 0', 'id_secteur' => 'bigint(21) NOT NULL DEFAULT 0', 'nom_site' => 'text NOT NULL DEFAULT \'\'', 'url_site' => 'text NOT NULL DEFAULT \'\'', 'url_syndic' => 'text NOT NULL DEFAULT \'\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'syndication' => 'varchar(3) NOT NULL DEFAULT \'\'', 'statut' => 'varchar(10) NOT NULL DEFAULT \'0\'', 'date' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'date_syndic' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'date_index' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'moderation' => 'varchar(3) DEFAULT \'non\'', 'miroir' => 'varchar(3) DEFAULT \'non\'', 'oubli' => 'varchar(3) DEFAULT \'non\'', 'resume' => 'varchar(3) DEFAULT \'oui\'', ), 'key' => array ( 'PRIMARY KEY' => 'id_syndic', 'KEY id_rubrique' => 'id_rubrique', 'KEY id_secteur' => 'id_secteur', 'KEY statut' => 'statut,date_syndic', ), 'join' => array ( 'id_syndic' => 'id_syndic', 'id_rubrique' => 'id_rubrique', ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => 'publie,prop', 'exception' => 'statut', ), ), 'texte_changer_statut' => 'sites:info_statut_site_1', 'statut_textes_instituer' => array ( 'prop' => 'texte_statut_propose_evaluation', 'publie' => 'texte_statut_publie', 'refuse' => 'texte_statut_poubelle', ), 'rechercher_champs' => array ( 'nom_site' => 5, 'url_site' => 1, 'descriptif' => 3, ), 'champs_versionnes' => array ( 0 => 'id_rubrique', 1 => 'id_secteur', 2 => 'nom_site', 3 => 'url_site', 4 => 'url_syndic', 5 => 'descriptif', 6 => 'jointure_mots', ), 'table_objet' => 'syndic', 'editable' => 'oui', 'page' => 'site', 'url_voir' => 'site', 'url_edit' => 'site_edit', 'icone_objet' => 'site', 'texte_creer_associer' => 'site:texte_creer_associer_site', 'texte_ajouter' => 'site:texte_ajouter_site', 'texte_logo_objet' => 'site:titre_logo_site', 'texte_langue_objet' => 'site:titre_langue_site', 'texte_definir_comme_traduction_objet' => 'site:texte_definir_comme_traduction_site', 'champs_editables' => array ( ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'site', ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'exist' => true, 'table_sql' => 'spip_syndic', 'table' => 'spip_syndic', 'connexion' => '', 'id_table' => 'syndic', ) 2025-08-28 17:31:42 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_syndic_articles' sur serveur 'dump' 2025-08-28 17:31:43 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_syndic_articles' sur serveur 'dump'array ( 'table_objet_surnoms' => array ( 0 => 'syndic_article', ), 'texte_retour' => 'icone_retour', 'texte_objets' => 'sites:icone_articles_syndic', 'texte_objet' => 'sites:icone_article_syndic', 'texte_modifier' => 'icone_modifier_article', 'info_aucun_objet' => 'sites:info_aucun_article_syndique', 'info_1_objet' => 'sites:info_1_article_syndique', 'info_nb_objets' => 'sites:info_nb_articles_syndiques', 'icone_objet' => 'site', 'url_voir' => '', 'url_edit' => '', 'page' => '', 'date' => 'date', 'editable' => false, 'principale' => 'oui', 'field' => array ( 'id_syndic_article' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'id_syndic' => 'bigint(21) NOT NULL DEFAULT 0', 'titre' => 'text NOT NULL DEFAULT \'\'', 'url' => 'text NOT NULL DEFAULT \'\'', 'date' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'lesauteurs' => 'text NOT NULL DEFAULT \'\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'statut' => 'varchar(10) NOT NULL DEFAULT \'0\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'lang' => 'varchar(10) NOT NULL DEFAULT \'\'', 'url_source' => 'tinytext NOT NULL DEFAULT \'\'', 'source' => 'tinytext NOT NULL DEFAULT \'\'', 'tags' => 'text NOT NULL DEFAULT \'\'', ), 'key' => array ( 'PRIMARY KEY' => 'id_syndic_article', 'KEY id_syndic' => 'id_syndic', 'KEY statut' => 'statut', 'KEY url' => 'url(255)', ), 'join' => array ( 'id_syndic_article' => 'id_syndic_article', 'id_syndic' => 'id_syndic', ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => 'publie,prop', 'exception' => 'statut', ), 1 => array ( 'champ' => array ( 0 => array ( 0 => 'spip_syndic', 1 => 'id_syndic', ), 1 => 'statut', ), 'publie' => 'publie', 'previsu' => 'publie,prop', 'exception' => 'statut', ), ), 'statut_images' => array ( 0 => 'puce-rouge-anim.gif', 'publie' => 'puce-publier-8.png', 'refuse' => 'puce-supprimer-8.png', 'dispo' => 'puce-proposer-8.png', 'off' => 'puce-refuser-8.png', ), 'rechercher_champs' => array ( 'titre' => 5, 'descriptif' => 1, ), 'type' => 'syndic_article', 'type_surnoms' => array ( ), 'table_objet' => 'syndic_articles', 'texte_creer' => 'syndic_article:icone_creer_syndic_article', 'texte_creer_associer' => 'syndic_article:texte_creer_associer_syndic_article', 'texte_ajouter' => 'syndic_article:texte_ajouter_syndic_article', 'texte_logo_objet' => 'syndic_article:titre_logo_syndic_article', 'texte_langue_objet' => 'syndic_article:titre_langue_syndic_article', 'texte_definir_comme_traduction_objet' => 'syndic_article:texte_definir_comme_traduction_syndic_article', 'champs_editables' => array ( ), 'champs_versionnes' => array ( 0 => 'jointure_mots', ), 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'syndic_article', ), 'tables_jointures' => array ( 'id_auteur' => 'auteurs_liens', 0 => 'forums', 1 => 'mots_liens', 2 => 'mots', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', 6 => 'syndic', ), 'titre' => 'titre,lang', 'exist' => true, 'table_sql' => 'spip_syndic_articles', 'table' => 'spip_syndic_articles', 'connexion' => '', 'id_table' => 'syndic_articles', ) 2025-08-28 17:31:43 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_types_documents' sur serveur 'dump' 2025-08-28 17:31:44 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_types_documents' sur serveur 'dump'array ( 'field' => array ( 'extension' => 'varchar(10) NOT NULL DEFAULT \'\'', 'titre' => 'text NOT NULL DEFAULT \'\'', 'descriptif' => 'text NOT NULL DEFAULT \'\'', 'mime_type' => 'varchar(100) NOT NULL DEFAULT \'\'', 'inclus' => 'enum(\'non\',\'image\',\'embed\') NOT NULL DEFAULT \'non\'', 'upload' => 'enum(\'oui\',\'non\') NOT NULL DEFAULT \'oui\'', 'media_defaut' => 'varchar(10) NOT NULL DEFAULT \'file\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'extension', 'KEY inclus' => 'inclus', ), 'exist' => true, 'table_sql' => 'spip_types_documents', 'table' => 'spip_types_documents', 'connexion' => '', 'titre' => 'titre,\'\' as lang', 'date' => '', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'types_documents', ) 2025-08-28 17:31:44 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_versions' sur serveur 'dump' 2025-08-28 17:31:44 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_versions_fragments' sur serveur 'dump' 2025-08-28 17:31:44 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_visites' sur serveur 'dump' 2025-08-28 17:31:45 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_visites' sur serveur 'dump'array ( 'field' => array ( 'date' => 'date NOT NULL', 'visites' => 'int(10) unsigned NOT NULL DEFAULT 0', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'date', ), 'exist' => true, 'table_sql' => 'spip_visites', 'table' => 'spip_visites', 'connexion' => '', 'titre' => '\'\' as titre,\'\' as lang', 'date' => 'date', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'visites', ) 2025-08-28 17:31:45 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_visites_articles' sur serveur 'dump' 2025-08-28 17:31:46 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_visites_articles' sur serveur 'dump'array ( 'field' => array ( 'date' => 'date NOT NULL', 'id_article' => 'int(10) unsigned NOT NULL', 'visites' => 'int(10) unsigned NOT NULL DEFAULT 0', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'date,id_article', ), 'exist' => true, 'table_sql' => 'spip_visites_articles', 'table' => 'spip_visites_articles', 'connexion' => '', 'titre' => '\'\' as titre,\'\' as lang', 'date' => 'date', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'visites_articles', ) 2025-08-28 17:31:46 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_auteurs' sur serveur 'dump' 2025-08-28 17:31:47 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_auteurs' sur serveur 'dump'array ( 'page' => 'auteur', 'texte_retour' => 'icone_retour', 'texte_ajouter' => 'titre_ajouter_un_auteur', 'texte_modifier' => 'admin_modifier_auteur', 'texte_objets' => 'icone_auteurs', 'texte_objet' => 'public:auteur', 'info_aucun_objet' => 'info_aucun_auteur', 'info_1_objet' => 'info_1_auteur', 'info_nb_objets' => 'info_nb_auteurs', 'texte_logo_objet' => 'logo_auteur', 'texte_creer_associer' => 'creer_et_associer_un_auteur', 'titre' => 'nom AS titre, \'\' AS lang', 'date' => 'date', 'principale' => 'oui', 'champs_editables' => array ( 0 => 'nom', 1 => 'email', 2 => 'bio', 3 => 'nom_site', 4 => 'url_site', 5 => 'imessage', 6 => 'pgp', ), 'champs_versionnes' => array ( 0 => 'nom', 1 => 'bio', 2 => 'email', 3 => 'nom_site', 4 => 'url_site', 5 => 'login', 6 => 'jointure_mots', ), 'field' => array ( 'id_auteur' => 'bigint(21) NOT NULL AUTO_INCREMENT', 'nom' => 'text NOT NULL DEFAULT \'\'', 'bio' => 'text NOT NULL DEFAULT \'\'', 'email' => 'tinytext NOT NULL DEFAULT \'\'', 'nom_site' => 'tinytext NOT NULL DEFAULT \'\'', 'url_site' => 'text NOT NULL DEFAULT \'\'', 'login' => 'varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL', 'pass' => 'tinytext NOT NULL DEFAULT \'\'', 'low_sec' => 'tinytext NOT NULL DEFAULT \'\'', 'statut' => 'varchar(255) NOT NULL DEFAULT \'0\'', 'webmestre' => 'varchar(3) NOT NULL DEFAULT \'non\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', 'pgp' => 'text NOT NULL DEFAULT \'\'', 'htpass' => 'tinytext NOT NULL DEFAULT \'\'', 'en_ligne' => 'datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\'', 'alea_actuel' => 'tinytext DEFAULT NULL', 'alea_futur' => 'tinytext DEFAULT NULL', 'prefs' => 'text DEFAULT NULL', 'cookie_oubli' => 'tinytext DEFAULT NULL', 'source' => 'varchar(10) NOT NULL DEFAULT \'spip\'', 'lang' => 'varchar(10) NOT NULL DEFAULT \'\'', 'imessage' => 'varchar(3) DEFAULT NULL', 'messagerie' => 'varchar(3) DEFAULT NULL', ), 'key' => array ( 'PRIMARY KEY' => 'id_auteur', 'KEY login' => 'login', 'KEY statut' => 'statut', 'KEY en_ligne' => 'en_ligne', ), 'join' => array ( 'id_auteur' => 'id_auteur', 'login' => 'login', ), 'rechercher_champs' => array ( 'nom' => 5, 'bio' => 1, 'email' => 1, 'nom_site' => 1, 'url_site' => 1, 'login' => 1, ), 'statut' => array ( 0 => array ( 'champ' => 'statut', 'publie' => '!5poubelle', 'previsu' => '!5poubelle', 'exception' => 'statut', ), 1 => array ( 'champ' => array ( 0 => array ( 0 => 'spip_auteurs_liens', 1 => 'id_auteur', ), 1 => array ( 0 => 'spip_articles', 1 => array ( 0 => 'id_objet', 1 => 'id_article', 2 => 'objet', 3 => 'article', ), ), 2 => 'statut', ), 'publie' => 'publie', 'previsu' => '!', 'post_date' => 'date', 'exception' => array ( 0 => 'statut', 1 => 'lien', 2 => 'tout', ), ), ), 'statut_images' => array ( 0 => 'auteur-6forum-16.png', '0minirezo' => 'auteur-0minirezo-16.png', '1comite' => 'auteur-1comite-16.png', '6forum' => 'auteur-6forum-16.png', '5poubelle' => 'auteur-5poubelle-16.png', 'nouveau' => '', ), 'statut_titres' => array ( 0 => 'titre_image_visiteur', '0minirezo' => 'titre_image_administrateur', '1comite' => 'titre_image_redacteur_02', '6forum' => 'titre_image_visiteur', '5poubelle' => 'titre_image_auteur_supprime', ), 'tables_jointures' => array ( 0 => 'mots_liens', 1 => 'mots', 'id_auteur' => 'auteurs_liens', 2 => 'forums', 3 => 'versions', 4 => 'documents_liens', 5 => 'formulaires_liens', ), 'type' => 'auteur', 'type_surnoms' => array ( ), 'table_objet' => 'auteurs', 'table_objet_surnoms' => array ( ), 'editable' => 'oui', 'url_voir' => 'auteur', 'url_edit' => 'auteur_edit', 'icone_objet' => 'auteur', 'texte_creer' => 'auteur:icone_creer_auteur', 'texte_langue_objet' => 'auteur:titre_langue_auteur', 'texte_definir_comme_traduction_objet' => 'auteur:texte_definir_comme_traduction_auteur', 'rechercher_jointures' => array ( 'mot' => array ( 'titre' => 3, ), ), 'modeles' => array ( 0 => 'auteur', ), 'exist' => true, 'table_sql' => 'spip_auteurs', 'table' => 'spip_auteurs', 'connexion' => '', 'id_table' => 'auteurs', ) 2025-08-28 17:31:47 86.195.205.229 (pid 770) :Pri:!INFO: creation 'spip_meta' sur serveur 'dump' 2025-08-28 17:31:48 86.195.205.229 (pid 770) :Pri:ERREUR: Erreur creation 'spip_meta' sur serveur 'dump'array ( 'field' => array ( 'nom' => 'varchar(255) NOT NULL', 'valeur' => 'text DEFAULT NULL', 'impt' => 'enum(\'non\',\'oui\') NOT NULL DEFAULT \'oui\'', 'maj' => 'timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()', ), 'key' => array ( 'PRIMARY KEY' => 'nom', ), 'exist' => true, 'table_sql' => 'spip_meta', 'table' => 'spip_meta', 'connexion' => '', 'titre' => '\'\' as titre,\'\' as lang', 'date' => '', 'statut' => '', 'tables_jointures' => array ( ), 'id_table' => 'meta', ) 2025-08-28 17:31:48 86.195.205.229 (pid 770) :Pri:!INFO: Pas de destruction copieur sur serveur 'dump'