• thittesd

    (@thittesd)


    Seeing this php_error constantly in the logs. Shouldn’t this only try creating of there’s a problem accessing data?

    WordPress database error Table 'wp_subscribe2' already exists for query CREATE TABLE c20sGj_subscribe2 (
    id int(11) NOT NULL auto_increment,
    email varchar(64) NOT NULL default '',
    active tinyint(1) default 0,
    date DATE default '2022-05-28' NOT NULL,
    time TIME DEFAULT '00:00:00' NOT NULL,
    ip char(64) NOT NULL default 'admin',
    conf_date DATE,
    conf_time TIME,
    conf_ip char(64),
    PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, S2_Core->s2init, S2_Upgrade->install, maybe_create_table
Viewing 1 replies (of 1 total)
  • steve92

    (@steve92)

    It is telling you that the table ‘wp_subscribe2’ already exists.
    Delete the table and reinstall the plugin.

Viewing 1 replies (of 1 total)

The topic ‘WordPress database error Table ‘wp_subscribe2’ already exists for query’ is closed to new replies.