Database errors in 5.14.0
-
Hello,
I’m writing to report several recurring errors that appeared in my WordPress error log after upgrading to MailPoet version 5.14.0. The issues ceased immediately after I reverted back to version 5.13.2.
The error log indicates a few different types of problems:
- Database
Lock wait timeouterrors: The most frequent errors areLock wait timeout exceeded; try restarting transaction. These occur when MailPoet attempts to delete old log entries from thewp_mailpoet_logtable. This suggests a possible conflict with other database processes or that the query in this new version is taking too long to complete. - File access failures: The logs show critical PHP errors like
Failed opening required...andFailed to open stream. It appears the plugin is unable to find and load specific PHP files, such asclass-personalization-tag.phpandclass-html2text.php. - Missing Class
Fatal error: The plugin crashes with aFatal error: Uncaught Error: Class "MailPoet\Config\Capabilities" not found.This happens during theinitaction, indicating an issue with how the new version initializes its components.
These errors seem to point to a combination of database optimization issues and problems with the file structure in version 5.14.0. Since reverting to version 5.13.2 resolved all the issues, it seems to be a regression introduced in the latest update.
You can find a copy of the error log for your reference here.
Thank you for your assistance.
- Database
The topic ‘Database errors in 5.14.0’ is closed to new replies.