Closed (fixed)
Project:
Drupal core
Version:
6.6
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2008 at 13:07 UTC
Updated:
24 Nov 2010 at 15:00 UTC
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.