Bonjour,
La requête pour remettre en place la table forumlog t'est donnée quelques messages plus haut!!
Tu la fait donc dans ta table de phpbb2 puis après, tu pourra faire la conversion phpbb2 vers phpbb3
Modérateur: Equipe


Erreur
requête SQL:
CREATE TABLE forumlog(
log_id INT4 DEFAULTnextval(
'forumlog_seq'
),
log_type INT2 DEFAULT '0' NOT NULL ,
user_id INT4 DEFAULT '0' NOT NULL CHECK (
user_id >=0
),
forum_id INT4 DEFAULT '0' NOT NULL CHECK (
forum_id >=0
),
topic_id INT4 DEFAULT '0' NOT NULL CHECK (
topic_id >=0
),
reportee_id INT4 DEFAULT '0' NOT NULL CHECK (
reportee_id >=0
),
log_ip varchar( 40 ) DEFAULT '' NOT NULL ,
log_time INT4 DEFAULT '0' NOT NULL CHECK (
log_time >=0
),
log_operation varchar( 4000 ) DEFAULT '' NOT NULL ,
log_data TEXT DEFAULT '' NOT NULL ,
PRIMARY KEY ( log_id )
);
MySQL a répondu:Documentation
#1064 - 



Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 1 invité