WordPress Database Error
-
On every website I install this plugin, I receive this error in my error logs. Then I receive a WordPress database error Table every time I save the settings because this wp_asenha_failed_logins table doesn’t exist.
[30-Jul-2023 00:39:19 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wp_asenha_failed_logins (
ip_address varchar(255) NOT NULL DEFAULT ”,
username varchar(255) NOT NULL DEFAULT ”,
fail_count int(10) NOT NULL DEFAULT ‘0’,
lockout_count int(10) NOT NULL DEFAULT ‘0’,
request_uri varchar(255) NOT NULL DEFAULT ”,
unixtime int(10) NOT NULL DEFAULT ‘0’,
datetime_wp varchar(255) NOT NULL DEFAULT ”,
— datetime_utc datetime NULL DEFAULT CURRENT_TIMESTAMP,
info varchar(255) NOT NULL DEFAULT ”,
UNIQUE (ip_address)
)
DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action(‘activate_admin-site-enhancements/admin-site-enhancements.php’), WP_Hook->do_action, WP_Hook->apply_filters, asenha_on_activation, ASENHA\Classes\Activation->create_failed_logins_log_table, dbDelta
- The topic ‘WordPress Database Error’ is closed to new replies.