• The first issue is that I’m now getting the error “Recently an error occurred while creating the CSS / JS minify cache: Some files were unavailable, please check your settings to ensure your site is working as intended”.

    I already deleted the plugin, reinstalled, and re-aded the JS and CSS to be minified. I am still getting the error and am positive that every file I added is indeed in the right place and available.

    Another thing I noticed is that in the source code of my page, the javascript minified file used to be included as a simple script include like:

    <script type="text/javascript" src="http://paragonhondainfo.com/wp-content/w3tc/min/f24e0b/default.include.3105789665.js"></script>

    It is now included as:

    <script type="text/javascript">function w3tc_load_js(u){var d=document,p=d.getElementsByTagName('HEAD')[0],c=d.createElement('script');c.type='text/javascript';c.src=u;p.appendChild(c);}</script><script type="text/javascript">w3tc_load_js('http://paragonhondainfo.com/wp-content/w3tc/min/b21a34/default.include-nb.1828311842.js');</script>

    I’ve tried everything possible to troubleshoot this but can’t fix it. Any help would be greatly appreciated as I use this plugin on 15 other sites.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: W3 Total Cache] Javascript minified file is now included differently and causes Minify erro’ is closed to new replies.