I’ve added the fixes mention before:
$base_path = str_replace('//', '/', $base_path);
$base_path = str_replace('\\\\', '\\', $base_path);
and
$path = preg_replace("!/{2,}!","/",$base_path.$location);
but I still get this error:
[Wed Feb 26 14:31:28 2014] [error] [client 10.1.1.1] PHP Warning: filemtime(): stat failed for /var/www/wp-content/plugins/wp-minify/cache/b1a8f61fa21c190175574871a145487e.css in /var/www/wp-content/plugins/wp-minify/wp-minify.php on line 672
The weird thing is that this file doesn’t actually exist. So I’m wondering where that filename is coming from…?!?
Any ideas?