It seems there is a problem with a file like "mingle.js.php" :
[07-May-2010 13:25:52] PHP Warning: filemtime() [function.filemtime]: stat failed for /xxx//mingle-js/mingle.js in /xxx/public_html/xxx/wp-content/plugins/wp-minify/wp-minify.php on line 674
(I have removed my specific paths)
http://wordpress.org/extend/plugins/wp-minify/
TechGremlin
Member
Posted 2 years ago #
I'm having the same problem, seems to be adding a trailing slash using trailingslashit() on lines 571 and 669 to the document root, causing an incorrect path ie /path/to/site//path/to/folder/. I removed trailingslashit() from those 2 lines on mine.
Where you able to fix this?