quand un utilisateur veut s'inscrire sur mon ring, il obtient cette erreur :
Requte :INSERT INTO webring (idsite,site_nom,url,description,webmaster,email,pseudo,mdp,date) VALUES('','******','******','*************','*@*.com','******','******',NOW())
Rponse :Duplicate entry '127' for key 1
Les toiles sont des champs remplis. Quand je vais sur ma base, je vois en effet que l'entre 127 est existante. Pourtant lorsque j'essaye de crer un nouvel enregistrement. Mme erreur...
Quelqu'un pourrait m'aider ? Nico ? :)
---
If this problem interests you and want an english translation, just ask.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
quand un utilisateur veut s'inscrire sur mon ring, il obtient cette erreur :
Requte :INSERT INTO webring (idsite,site_nom,url,description,webmaster,email,pseudo,mdp,date) VALUES('','******','******','*************','*@*.com','******','******',NOW())
Rponse :Duplicate entry '127' for key 1
Les toiles sont des champs remplis. Quand je vais sur ma base, je vois en effet que l'entre 127 est existante. Pourtant lorsque j'essaye de crer un nouvel enregistrement. Mme erreur...
Quelqu'un pourrait m'aider ? Nico ? :)
---
If this problem interests you and want an english translation, just ask.
Tu peux envoyer ici l'url stp, je comprends pas....
http://www.ebtb.info/parisblog
essaye de t'inscrire... si tu veux les mots de passe, etc... dis moi! (nathan at guetta point net)
Tiens effectivement...
Je te contacte en Priv... pour rgler a...
La solution est
ALTER TABLE `webring` CHANGE `idsite` `idsite` SMALLINT( 4 ) NOT NULL AUTO_INCREMENT