• Hi,

    I’ve installed the WP-Autoresponder plugin on a local WordPress site, and whenever I activate it, I get numerous database errors.

    Here are just a few:

    Notice: Undefined index: wpr-vb in C:…\wordpress\wp-content\plugins\wp-responder-email-autoresponder-and-newsletter-plugin\wpresponder.php on line 234

    Notice: Undefined index: _wpr_options in C:…\wordpress\wp-content\plugins\wp-responder-email-autoresponder-and-newsletter-plugin\lib\global.php on line 11

    Notice: Undefined variable: primary_key_columns_to_be_added in C:…\wordpress\wp-content\plugins\wp-responder-email-autoresponder-and-newsletter-plugin\lib\database_integrity_checker.php on line 277

    WordPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
    ALTER TABLE wp_wpr_subscribers DROP PRIMARY KEY;

    WordPress database error: [Multiple primary key defined]
    ALTER TABLE wp_wpr_subscribers CHANGE id id INT NOT NULL AUTO_INCREMENT , ADD PRIMARY KEY (id);

    WordPress database error: [Duplicate key name ‘unique_email_for_newsletter’]
    ALTER TABLE wp_wpr_subscribers ADD UNIQUE KEY unique_email_for_newsletter (nid,email);

    WordPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
    DROP INDEX PRIMARY ON wp_wpr_subscribers;

    Notice: Undefined index: page in C:…\wordpress\wp-content\plugins\wp-responder-email-autoresponder-and-newsletter-plugin\wpresponder.php on line 166

    I have reinstalled xamplite, and wordpress a couple of times. I have also downloaded and reinstalled the plugin. I’ve deactivated all other plugins, and yet I only get these errors with wp-autoresponder. Is this an issue with the plugin, or wordpress?

    http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/

  • The topic ‘[Plugin: WP Autoresponder And Newsletter Plugin] Database errors occur’ is closed to new replies.