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

sociotech’s picture

Chad,

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.

sociotech’s picture

Status: Active » Fixed

This 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).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.