Info
- 3 posts
- 3 voices
- Started 3 years ago by gio500000
- Latest reply from rudy3107
- This topic is resolved
Moderator New Post Notification error?
-
- Posted 3 years ago #
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 = 1Warning: 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 years ago #
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.
-
- Posted 2 years ago #
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 -
You must log in to post.