Hi Peter,
We encountered the same as well. We’re using MySQL innoDB cluster and it only supports innoDB engine. Backing up the cluster failed due to this table using memory storage engine. The bigger concern for us is that we’re in the midst of bulk purchasing Wordfence for all our sites. Can you provide a more robust workaround for this?
Thanks. For the time being, my workaround (customize.php, func parse_full_screen_settings, line 612):
$settings['query'] = '(max-width:' . $settings['max_width'] . ')';
-
This reply was modified 7 years, 11 months ago by uberjoejitsu. Reason: Marked as resolved