matomo-for-wordpress
matomo-for-wordpress copied to clipboard
detect ROW_FORMAT issues in the updater and attempt to fix them there
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/