Forums

Join
bbPress Support ForumsInstallationInstalling bbPress 1.0 Alpha 4

Info

Tags

Installing bbPress 1.0 Alpha 4

  1. 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

  2. This would be good as a bug report at http://trac.bbpress.org

  3. Someone brought this up on the IRC channel the other day. Seems like it's Windows specific. Please add a ticket in Trac.

  4. Was a ticket ever created for this? The problem still exists in alpha 6 on Windows servers. I couldn't find a ticket so I'll probably just create a new one

  5. ticket created: http://trac.bbpress.org/ticket/1036

  6. You must log in to post.