Brilliant, thank you all. @benbodhi let me know if I can be of any help as we use your plugin on a number of our sites so we can help test.
This code checks if the constant is defined and is true.
What I am saying, is that locally or in dev, we would not want to have the caching enabled. But because we use environment variables, WP_CACHE will exist, but will be set to false.
So your check allows the writing of that line and then we end up with a fatal error. Because it’s already defined, but false.
The check should just be: if (defined('WP_CACHE')) {
Ok great, thanks.
This is also an issue on the Category Order and Taxonomy Terms Order plugin. Will it be fixed on there as well?
Hi. Do you know when this fix will be released?