Forum » » Pour débuter » » [Résolu] - Erreur 16 forum...
Posté : 11 nov. 2013 à 16:22 
la table forumtopics est bien OK ?
topic_id int(10) NOT NULL auto_increment,
topic_title varchar(100) default NULL,
topic_poster int(10) default NULL,
topic_time datetime default NULL,
topic_views int(10) NOT NULL default '0',
forum_id int(10) default NULL,
topic_status int(10) NOT NULL default '0',
topic_notify int(2) default '0',
current_poster int(10) default NULL,
topic_first tinyint(1) NOT NULL default '1',
PRIMARY KEY (topic_id),
KEY forum_id (forum_id),
KEY topic_first (topic_first,topic_time)
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=25927&forum=10