W3TC Minify Error – Duplicating Document Root
-
I have W3TC installed on an Nginx web server on an MU installation of WordPress – my rewrite rules all seem to be correct and in place within my server configuration file as the plugin is generally working correctly.
I have an issue with the minify module of this plugin though, it seems to be duplicating the document root when trying to locate the files to minify breaking this part of the plugin. When I debug the issue I get an error message like so:
File "/var/www/domain.net/public/wp-content/w3tc-domain.net/min/var/www/domain.ne/public/wp-content/themes/theme/assets/js/jquery.mousewheel-3.0.6.js" doesn't exist.
As you can see it’s duplicating this part of the file location:
/var/www/domain.net/public/
Does anyone know why this is happening and how I can go about fixing it? This happens when both minifying CSS and JS files. I’m using JSMin and the default CSS minifier, I’m using manual minify mode and all of the file URL’s are verified and correct.
- The topic ‘W3TC Minify Error – Duplicating Document Root’ is closed to new replies.