Seite 1 von 1

Error in Postin??????????

Verfasst: 08.07.2007 18:48
von prosta
Erst mal Hallo an diese Gemeinde!!!

Ich habe fogendes Problem.

Ich meinen Board kann man keine Beiträge mehr posten.

Es kommt folgened Meldung:

Error in posting

DEBUG MODE
SQL Error : 1062 Duplicate entry '0' for key 1

INSERT INTO phpbb_topics (topic_title, topic_desc, topic_poster, topic_time, forum_id, news_id, topic_status, topic_type, topic_vote) VALUES ('gg', '', 2, 1183903738, 12, 0, 0, 0, 0)
Line : 255
File : functions_post.php

Weis jemand von euch rat?

LG

Andre

Verfasst: 08.07.2007 19:22
von gn#36
Das sieht danach aus als wäre dir ein Auto-increment Eintrag in der Datenbank verloren gegangen.
Mach mal ein Datenbank Backup und dann führ das hier aus:

Code: Alles auswählen

ALTER TABLE `phpbb_topics` CHANGE `topic_id` `topic_id` MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT