Not sure exactly what component to point to for this, but when I turn optimize javascript from the performance page I get:
warning: file_get_contents(themes/salamander/js/jquery.pngfix.js) [function.file-get-contents]: failed to open stream: No such file or directory in /home/starastr/public_html/starastronomy/includes/common.inc on line 2261.
The correct fie path name is "jquery.pngFix.js" (capital "F").
Comments
Comment #2
helpforu commentedThe error is caused because the file doesn't exsist. The way to advoid this problem is to store everything in lowercase
Comment #3
dddave commentedOld issue. Fixed per #1.