WP-Email Plugin Problem
-
I’m using WP2.0.2, custom theme, etc. I’m wanting to use the wp-email plugin (2.0.3) by GaMerZ. Easy enough to set up, but when I activate it, I get this error:
Fatal error: Cannot redeclare get_emails() (previously declared in /home/sites/www.houseofboyd.com/web/wp-content/plugins/stats.php:418) in /home/sites/www.houseofboyd.com/web/wp-content/plugins/email/email.php on line 118
If I try to activate it again, it will activate, but nothing shows up anywhere in the dashboard for configuring. If I add the call:
<?php if(function_exists(‘wp_email’)) { email_link(); } ?>
anywhere in my index.php file, then click on it, I get this error:
WordPress database error: [Table ‘houseofboyd.wp_email’ doesn’t exist]
SELECT email_timestamp FROM wp_email WHERE email_ip = ‘67.20.62.143’ AND email_host = ‘ironton-ubr1-67-20-62-143.ironoh.adelphia.net’ ORDER BY email_timestamp DESC LIMIT 1Anbody got an idea of whats going on with it?
GaMerZ, if you see this, you’ve been a big help in the past, hope you can help me out with this..thanks
- The topic ‘WP-Email Plugin Problem’ is closed to new replies.