Forums

Join
bbPress Support ForumsTroubleshootingDatabase error: [Column 'topic_last_poster_name' cannot be null]

Info

Database error: [Column 'topic_last_poster_name' cannot be null]

  1. When I tried to delete one of my posts i get this error

    Database error: [Column 'topic_last_poster_name' cannot be null]
    UPDATE bb_topics SET topic_time = '2010-02-25 00:46:31', topic_last_poster = '1', topic_last_poster_name = NULL, topic_last_post_id = '10' WHERE topic_id = '3'
    Caller: bb_delete_post, bb_topic_set_last_post

    Warning: Cannot modify header information - headers already sent by (output started at /home/ssmmid/public_html/forums/bb-includes/backpress/class.bpdb.php:569) in /home/root/public_html/forums/bb-includes/functions.bb-pluggable.php on line 232

    Can any body please tell what's going on ??

  2. The fact that functions.bb-pluggable.php is listed leads me to believe it's a conflict with a plugin. What plugins are you running?

  3. You must log in to post.