bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Moderator New Post Notification error?

(2 posts)
  • Started 3 months ago by gio500000
  • Latest reply from chrishajer
  • This topic is resolved
  1. I get the following error when posting to my forums.

    bbPress database error: [Table 'forums.bb_users' doesn't exist]
    SELECT um.meta_value AS role FROM bb_users AS u, bb_usermeta AS um WHERE u.ID = um.user_id AND um.meta_key = 'bb_capabilities' AND u.user_status = 0 AND u.ID = 1

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/bbpress/bb-plugins/moderator-new-post-notification/moderator_notification.php on line 40

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/bbpress/bb-plugins/moderator-new-post-notification/moderator_notification.php on line 40

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/bbpress/bb-plugins/moderator-new-post-notification/moderator_notification.php on line 40

    Warning: Cannot modify header information - headers already sent by (output started at /home/bbpress/bb-includes/db-mysql.php:130) in /home/bbpress/bb-includes/pluggable.php on line 228

    Any ideas?
    Gio

    Posted 3 months ago #
  2. Have you tried disabling the plugin to see if the problem persists?

    Do you actually have a table called bb_users in the forums database, or are you using the wp_users table and an integrated installation?

    Also, I see that plugin says compatible up to 0.8.3. If you're using the latest 0.9.0.2, you might want to post your issue on that plugin page or try to contact the plugin author.

    http://bbpress.org/plugins/topic/moderator-new-post-notification/

    Or maybe read through the comments on that plugin page and see how others resolved the same problem.

    http://www.finalwebsites.com/forums/topic/bbpress-plugin-mod-new-post-notify-db-error-w-wordpress-integrat#post-811

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.