Tagged: W3 Total Cache Troubleshooting
- AuthorPosts
Madia Bickett
GuestHello, I cannot deactivate your plugin, it brings me to a screen that says a problem. I would like help to deactivate, its interfering with another plugin. my other plugins deactivate fine but yours does not??
Marko Vasiljevic
KeymasterHello
Thank you for reaching out and I am happy to help!
Can you please apply this fix and change the line of the code in the plugin files: https://github.com/BoldGrid/w3-total-cache/commit/bbaa490e8bfa0708f198760cd052a656ac4b47efOnce applied, please reload the W3 Total Cache Dashboard and try to disable the W3 Total Cache.
Thanks!
Madia Bickett
Guestcan you please be more specific on how to enter this line of code? I’ve never updated code in a plug in
Marko Vasiljevic
KeymasterHello,
We’ll be releasing the fix soon so you can wait for that one
The file is in wp-content/plugins/w3-total-cache/Root_Environment.phpLine 224 change
if ( ! emtpy( $license_key ) ) {
toif ( ! empty( $license_key ) ) {
Let me know if this helps!
Thanks!- AuthorPosts