• Resolved JP3

    (@jp3)


    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

    (@dgewirtz)

    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 https://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.