Hi,
Thanks for contacting us.
It can be indeed the minification, you can try to disable it and see how it goes. As a method I recommend this one for testing, please report here when your encounter the problem, thanks!
– Activate the plugin but disable all the optimization features > Clean browser cache > Test on your live website
– Activate Cache only with specific cache for each device > Clean browser cache > Test on your live website
– Activate Cache + Expire headers > Clean browser cache > Test on your live website
– Activate Cache + Expire headers + Remove query strings > Test on your live website
– Activate Cache + Expire headers + Remove query strings + Group CSS > Clean browser cache > Test on your live website
– Activate Cache + Expire headers + Remove query strings + Group CSS + Group JS > Clean browser cache > Test on your live website
– Activate Cache + Expire headers + Remove query strings+ Group CSS + Group JS + HTML minification > Clean browser cache > Test on your live website
– Activate Cache + Expire headers + Remove query strings + Group CSS + Group JS + HTML minification + CSS minification > Clean browser cache > Test on your live website
-Activate Cache + Expire headers + Remove query strings + Group CSS + Group JS + HTML minification + CSS minification + JS Minification > Clean browser cache > Test on your live website
Let me know.
Cheers,
Thank you for the quick and detailed response!
I did manage to solve the issue – What I had to do was disable all of the minification/group settings, delete the cache and minified CSS/JS, and then re-enable those settings (plus a browser cache clear). No other settings appeared to be affecting the error message as I went through.
looks like some old cache was served with the new plugin version, we’ve made a lot of changes in this version.
Thanks for reporting, cheers,
Wanted to post another update to this in case anyone is experiencing similar issues. The issue was “fixed” the last time I posted, but resurfaced shortly after. The issue kept occurring while viewing any page on our site while I was logged in to wp-admin, regardless of browser, and could only be fixed with a cache clear until logging in again. I finally identified that it was a plugin conflict between WP SOL and Autoptimize. Both plugins were trying to minify and group my HTML, CSS and JS. Autoptimize was installed after WP SOL, and must have overridden the SOL minification settings, but when SOL was updated, perhaps it did the reverse.