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)
Viewing 1 replies (of 1 total)
- The topic ‘Errors on Plugin Activation’ is closed to new replies.