matomo-for-wordpress icon indicating copy to clipboard operation
matomo-for-wordpress copied to clipboard

detect ROW_FORMAT issues in the updater and attempt to fix them there

Open diosmosis opened this issue 1 year ago • 0 comments

Some hosts do not use the 'Dynamic' row format for new MySQL tables which can cause problems when adding columns to tables during an update (or when installing a plugin). If we can detect these issues, we should try to fix them, and in the case the database doesn't allow us to, tell the user to contact their hosting provider.

See https://wordpress.org/support/topic/archive-isnt-working/

diosmosis avatar Feb 21 '24 17:02 diosmosis