Closed (fixed)
Project:
Fusion
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 17:53 UTC
Updated:
25 Jan 2010 at 01:30 UTC
I receive many hundreds of the following error each day:
page not found 12/10/2009 - 11:57am sites/all/themes/fusion_core/js/iepngfix.htc
It appears this file is in sites/all/themes/fusion/fusion_core/... not /themes/fusion_core (which doesn't exist).
Do you know where this is being called from?
Comments
Comment #1
sociotech commentedChad,
The Fusion Core theme (and any other Fusion themes) should be placed in the sites/all/themes/ directory, not in a sites/all/themes/fusion/ directory.
EDIT: Oops, my mistake. That's incorrect. It looks like a path error on our part. I'll work on that.
In the meantime, you can edit the file path here in ie6-fixes.css (line 101):
/* alpha transparency fix */
div.pngfix,
#logo img {
behavior: url(/sites/all/themes/fusion_core/js/iepngfix.htc); /* change path here and in iepngfix.htc to match theme location */
}
and in iepngfix.htc (line 18):
// This must be a path to a blank image, relative to the HTML document(s).
// In production use I suggest '/images/blank.gif' or similar. That's all!
IEPNGFix.blankImg = '/sites/all/themes/fusion_core/images/blank.gif';
Sorry for the confusion.
Comment #2
sociotech commentedThis issue should now be minimized in the latest beta 4 release.
We've upgraded to a new version of iepngfix that doesn't require a path to be entered in the iepngfix.htc file, and we've moved the css definition out of Fusion Core and into Fusion Starter (but commented out).