• Resolved guatman

    (@guatman)


    Hello,

    My error_log file constantly logs the following error:

    WordPress database error Table 'sdo_aiowps_debug_log' already exists for query CREATE TABLE Sdo_aiowps_debug_log (
    			id bigint(20) NOT NULL AUTO_INCREMENT,
    			level varchar(25) NOT NULL DEFAULT '',
    			message text NOT NULL DEFAULT '',
    			type varchar(25) NOT NULL DEFAULT '',
    			created datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
    			PRIMARY KEY  (id)
    			)DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/all-in-one-wp-security-and-firewall/wp-security.php'), require_once('/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'), AIO_WP_Security->__construct, AIO_WP_Security->loader_operations, AIOWPSecurity_Logger->__construct, AIOWPSecurity_Logger->maybe_create_debug_log_table, maybe_create_table

    This causes it to grow out of proportion.
    I can’t find the cause, can you help me please?

    Thank you very much,

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Constant error in database’ is closed to new replies.