Installing bbPress 1.0 Alpha 4
-
DB Error in bb_insert_topic: Incorrect integer value: '' for column 'topic_id' at row 1
INSERT INTO bb_topics (
topic_id
,topic_title
,topic_slug
,topic_poster
,topic_poster_name
,topic_last_poster
,topic_last_poster_name
,topic_start_time
,topic_time
,topic_open
,forum_id
) VALUES (”,’Your first topic’,’your-first-topic’,’1′,’admin’,’1′,’admin’,’2008-12-16 05:10:50′,’2008-12-16 05:10:50′,’1′,’1′)This problem has been around since the previous 1.0 alpha releases. The installation would say that it was successful but it would not create a topic as that error in the last stage would indicate.
The first forum is created and it says there is 1 post but upon clicking said forum it presents you with a “New Topic in this Forum” form. When you post a new topic, it gives you an error: “This topic has been closed.”
Apache 2.2.10
MySQL 5.1.0
PHP 5.2.6
Windows Server 2003
Database Collation: utf8_general_ci
- You must be logged in to reply to this topic.