phpErrorlog entries DB error
-
Hello,
After the last update I get the folllowing db error
CREATE TABLE IF NOT EXISTS xxxxx_twofas_trusted_devices (
id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,
user_id
bigint(20) unsigned NOT NULL,
device_id
varchar(255) NOT NULL,
cookie_value
varchar(255) NOT NULL,
ip
varchar(50) NOT NULL,
created_at
bigint(20) NOT NULL,
last_logged_in
bigint(20) unsigned DEFAULT NULL,
user_agent
text NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY (user_id) REFERENCES xxxxx_users (id) ON DELETE CASCADE
) ENGINE = INNODB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci von require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, twofas_start, require_once(‘/plugins/2fas/start.php’), TwoFAS\TwoFAS\Core\Plugin->run, TwoFAS\TwoFAS\Update\Updater->update_plugin, TwoFAS\TwoFAS\Update\Migrator->migrate, TwoFAS\TwoFAS\Update\Migrations\Migration_2018_11_30_Create_Trusted_Devices_Table->up, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_queryHow can i fix it ?
best regards
MarcoThe page I need help with: [log in to see the link]
- The topic ‘phpErrorlog entries DB error’ is closed to new replies.