Ich musste gestern mein MySQL von 5 auf die 4er Version downgraden. Jetzt bekomme ich Folgende Fehlermeldung, aber ich weiss nicht wieso bzw. wie ich den Fehler beheben soll!
Code: Alles auswählen
DEBUG MODE
SQL Error : 1062 Duplicate entry '0' for key 1
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_vote) VALUES ('Test', 2, 1142427793, 24, 0, 0, 0, 0, 0)
Line : 308
File : functions_post.php
Danke
QO