Forums

Join
bbPress Support ForumsPluginsModerator New Post Notification error?

Info

Moderator New Post Notification error?

  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

  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

  3. i get this ERROR
    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/a2307102/public_html/forum/my-plugins/moderator_notification.php on line 40

  4. You must log in to post.