Hello,
When updating plugins while using Enfold together with WP Super Cache, a fatal error occurs on all my sites!
Enfold triggers avia_force_clear_caches() during the update process, which calls wp_cache_clear_cache(). This leads to a call to get_blog_option() in wp-super-cache/wp-cache-phase2.php, but the function is not available at that point, causing a fatal error.
Error:
Uncaught Error: Call to undefined function get_blog_option()
It seems cache clearing is triggered too early during the plugin upgrade process.
Best regards, Pete