• 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 1

    Anbody 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

    https://www.houseofboyd.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi,
    The error occurs because email table is not created when you activate it, due to the redeclare error if I am not wrong.

    do u have wp-stats installed?

    Thread Starter houseofboyd

    (@houseofboyd)

    Yes Gamerz I do have the latest wp-stats installed. Any ideas?

    Thread Starter houseofboyd

    (@houseofboyd)

    Gamerz, I deactivated the wp-stats plugin, then activated the wp-mail plugin and it seemed to work. It now shows up in the dashboard menu and appears to be working. I then reactivated the wp-stats plugin and it seems to be ok now as well..I’ll keep monitoring to see if there are any issues..thanks

    okie sure, keep me informed again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP-Email Plugin Problem’ is closed to new replies.