The first post is valid and has a post_id of 1 but the next post I add has a post_id of 0 and I can't access it.
And when I try to add another post I get this error:
Code: Select all
Error in posting
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_vote) VALUES ('How to Post in Extended Discussion', 2, 1148546914, 3, 0, 2, 0)
Line : 226
File : functions_post.php