website logo
Auteur
avatar
Couik

Forum » » Pour débuter » » [Résolu] - Erreur 16 forum...


Posté : 11 nov. 2013 à 20:13 icone du post

Apparemment c'est bien là le soucis :

J'ai :

`topic_id` int(10) NOT NULL AUTO_INCREMENT,
`topic_title` varchar(100) DEFAULT NULL,
`topic_poster` int(10) DEFAULT NULL,
`topic_time` varchar(20) 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',
PRIMARY KEY (`topic_id`),
KEY `forum_id` (`forum_id`)

Une fois corrigé :

ça fonctionne :)

Je comprends pas cette différence Mais bon, ça fonctionne :)

Merci beaucoup :)

Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=25927&forum=10