Disabled block editor on updating to 6.x (when Redis object cache is used)
-
This issue was reported earlier and was marked as resolve although it wasn’t resolved. It was said the support couldn’t replicate the problem.
I dove in the plugin myself and think I have found the cause of this problem. It seems to be a problem between TEC v6.x and Redis. Redis doesn’t store boolean values, so when a boolean false is stored, it is likely type converted to an empty string value by php. So when wp_cache_get and wp_cache_set are called it doesn’t return what is expected.
I added 4 reactions to the original issue to share what I found in the code and where the error seems to originate. I hope you will take another look and come with a solution. In TEC up to v5.4.4 it wasn’t a problem, so something changed in v6.x that made TEC no longer play nice with Redis object cache.
Hope there will be a solution soon.
https://www.ads-software.com/support/topic/disabled-block-editor-on-updating-to-6-0-x/
- The topic ‘Disabled block editor on updating to 6.x (when Redis object cache is used)’ is closed to new replies.