Title: Errors on Plugin Activation
Last modified: February 8, 2021

---

# Errors on Plugin Activation

 *  Resolved [JP3](https://wordpress.org/support/users/jp3/)
 * (@jp3)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/errors-on-plugin-activation/)
 * I get the following 2 errors when activating the plugin for the first time.
 * `Warning: Use of undefined constant DGXDONATEPAYPALSTD - assumed 'DGXDONATEPAYPALSTD'(
   this will throw an Error in a future version of PHP) in /path/to/public_html/
   wp-content/plugins/seamless-donations/seamless-donations.php on line 637`
 *     ```
       WordPress database error: [Table 'wp_seamless_donations_audit' already exists]
       CREATE TABLE wp_seamless_donations_audit ( option_id bigint(9) UNSIGNED NOT NULL AUTO_INCREMENT, option_name varchar(64) NOT NULL DEFAULT '', option_value longtext NOT NULL, autoload varchar(20) NOT NULL DEFAULT 'yes', donor_email varchar(128) NOT NULL DEFAULT '', created_on TIMESTAMP DEFAULT 0, changed_on TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (option_id), KEY donor_email (donor_email), UNIQUE KEY option_name (option_name) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
       ```
   
 * First one doesn’t seem like an issue but would produce an error in php8.
 * Second one is odd. I looked at the DB and the table is there with all the proper
   fields, so no problems.
 * It appears as though everything should work just fine, but I wanted to pass the
   info on to the dev. Looks like it should be a wonderful plugin!

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Gewirtz](https://wordpress.org/support/users/dgewirtz/)
 * (@dgewirtz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/errors-on-plugin-activation/#post-14033633)
 * I’m no longer accepting tech support requests through email or the Contact Us
   interface. As user support volume has grown, it’s gotten way too confusing and
   I found myself answering the wrong questions and sometimes confusing users. Gmail
   is just not suited for support management. Instead, please post your question
   using my new ticketing system at [http://zatzlabs.com/submit-ticket/](http://zatzlabs.com/submit-ticket/).
   It still comes to me directly, but this way, we can keep all related elements
   of the conversation in one place.
 * Thanks!
 * —David

Viewing 1 replies (of 1 total)

The topic ‘Errors on Plugin Activation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/seamless-donations.svg)
 * [Seamless Donations is Sunset](https://wordpress.org/plugins/seamless-donations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seamless-donations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seamless-donations/)
 * [Active Topics](https://wordpress.org/support/plugin/seamless-donations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seamless-donations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seamless-donations/reviews/)

## Tags

 * [db](https://wordpress.org/support/topic-tag/db/)
 * [undefined constant](https://wordpress.org/support/topic-tag/undefined-constant/)
 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Gewirtz](https://wordpress.org/support/users/dgewirtz/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/errors-on-plugin-activation/#post-14033633)
 * Status: resolved