Hey, I was trying to install a plugin that will notify users when a post has been made. This is the plugin I am using: watershedstudio.com/portfolio/software/wp-email-notification.html At the bottom of the page appears the form to be notified when a post is made. This works. And if I manually go in and send the emails it works but when I make a post I get this error which is stopping it from notifying users for some reason: Table 'search_wrdp2.wp_email_list_config' doesn't exist Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/search/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 82 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/search/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 369 Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/search/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 372 Warning: Cannot modify header information - headers already sent by (output started at /home/search/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php:81) in /home/search/public_html/wp-includes/pluggable-functions.php on line 272 Code (markup): I would prefer someone with experience in wordpress and php.