Tagged: W3 Total Cache Troubleshooting
- AuthorPosts
Doug Freitag
GuestHi, just wanted to let you know my WordFence alerted me to a modified file in W3 Cache and showed the differences in Root_Environment .php file. Around line 224 looks like a typo in the code.
Original:
if ( ! empty( $license_key ) ) {Modified February 7 (probably an update because all files say February 7):
if ( ! emtpy( $license_key ) ) {If you are not seeing it, the word empty is mis-spelled in the most recent update.
Marko Vasiljevic
KeymasterHello Doug,
Thank you for reaching out and I am happy to help!
We already have a fix in place for this:
https://github.com/BoldGrid/w3-total-cache/commit/bbaa490e8bfa0708f198760cd052a656ac4b47efJust re-download the latest W3 Total Cache version, make the changes manually or check the next patch release
I hope this helps!
Thanks!
- AuthorPosts