Problem With Version 2.0
-
Hello,
I just updated the plugin to version 2.0 and after going to Tools -> Debug Events I got the following error:
Debug Events are Not Installed Correctly
The database table was not installed correctly. Please contact plugin support to diagnose and fix the issue. Provide them the error message below:
Unknown storage engine ‘InnoDB’
My server has disabled InnoDB as a storage engine for performance reasons (a VPS with a low amount of RAM) and this was the main reason I moved from “WP Mail SMTP” to your plugin.
I don’t particularly care about that debug events table but every page load in the admin area adds something like that in my php errors log and it drives me crazy (the other plugin had the same issue).
[16-Feb-2023 06:21:15 UTC] WordPress database error Unknown storage engine 'InnoDB' for query CREATE TABLE IF NOT EXISTS
wp_easywpsmtp_debug_events
(id
INT UNSIGNED NOT NULL AUTO_INCREMENT,content
TEXT DEFAULT NULL,initiator
TEXT DEFAULT NULL,event_type
TINYINT UNSIGNED NOT NULL DEFAULT '0',created_at
TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) ENGINE='InnoDB' DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, EasyWPSMTP\Migrations\Migrations->init, EasyWPSMTP\Migrations\MigrationAbstract->init, EasyWPSMTP\Migrations\MigrationAbstract->validate_db, EasyWPSMTP\Migrations\MigrationAbstract->run, EasyWPSMTP\Admin\DebugEvents\Migration->migrate_to_1If this was just one site it would’ve been easy to just replace the plugin again and forget about it, but imagine how much of an annoyance that will be with tens of sites.
I’m also pretty sure that I’m not the only one who doesn’t use InnoDB, so please figure out a way to fix this.
- The topic ‘Problem With Version 2.0’ is closed to new replies.