Hi,

when doing a batch import of 'image' module images, I'm getting these errors in watchdog:

include() [<a href='function.include'>function.include</a>]: Failed opening 'head.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/sites/all/themes/fusion/fusion_core/maintenance-page.tpl.php in line 3.
...
include(head.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /var/www/drupal/sites/all/themes/fusion/fusion_core/maintenance-page.tpl.php in line 3.

I'm not sure what this error means. Sometimes the import stops without finishing; maybe this is the reason.

Also, there's a warning (probably not related to the image import):

page not found:
sites/all/themes/fusion_core/js/iepngfix.htc

(This path is wrong, the missing file is located at sites/all/themes/fusion/fusion_core/js/iepngfix.htc)

Maybe important: I'm running Pressflow, not Drupal core.

Thanks & greetings, -asb

Comments

jeremycaldwell’s picture

Can you try updating your Fusion Core theme to the latest release? The reference to "head.php" should be fixed as should the maintenance page issue. I think the .htc issue should be fixed as well but go ahead and update and give it a try again.

stephthegeek’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

asb’s picture

Version: 6.x-1.0-rc1 » 6.x-1.0
Status: Closed (fixed) » Active

I updated to the latest dev release, and now to fusion-6.x-1.0 from 2010-Jul-08, but the error message still shows up in the watchdog log.

Error details:

Type	page not found
User	Anonymous
Location	http://.../sites/all/themes/fusion_core/js/iepngfix.htc
Referrer	
Message	sites/all/themes/fusion_core/js/iepngfix.htc
Severity	Warning

At ./sites/all/themes/fusion_core/js/iepngfix.htc, there is no file "iepngfix.htc"; however, it exists at ./sites/all/themes/fusion/fusion_core/js/iepngfix.htc (notice the additional "/fusion/" in the path).

Re-opening the issue.

Thanks & greetings, -asb

jeremycaldwell’s picture

Status: Active » Postponed (maintainer needs more info)

After updating did you clear your site cache on the Performance page? If not give that try. And what is loading the iepngfix.htc for you? As in what theme are you using that might be calling that file?

asb’s picture

Sorry, I'm not keeping the watchdog logs for so long so I can not reproduce what happened where two weeks ago.

I'll report back here if I'm running into this again.

jeremycaldwell’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok great, I'll mark this as fixed then you can reopen it should you still have issues with your site.

asb’s picture

Status: Fixed » Postponed (maintainer needs more info)

OK, that was easy, just had to browase a random watchdog log, and voila ;)

Yes, I'm clearing the caches pretty regulary through Drush (drush cc, then "all")

> And what is loading the iepngfix.htc for you? As in what theme are you using that might be calling that file?

I'm using a sub-theme of Fusion, but the error message points to fusion_core. Could it be I'm loading this from my own theme without knowing about it?

Sample watchdog log record:

Type	page not found
Date	Donnerstag, August 5, 2010 - 16:57
Benutzer	Anonymous
Ort	http://example.com/sites/all/themes/fusion_core/js/iepngfix.htc
Referrer	
Message	sites/all/themes/fusion_core/js/iepngfix.htc
Severity	Warning
Hostname	195.200.xxx.xxx

And btw, this is just a user browsing the site, so this is not necessarily connected to a batch import of 'image' module images (on this site I'm using Imagefield actually).

ajayg’s picture

Status: Postponed (maintainer needs more info) » Active

I am seeing the same message "iepngfix.htc not found" in the log. Clearing catch has not solved the problem. I am using mix-n-match sub theme of fusion.

This is just user browsing the site.

Poieo’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing as won't fix since the D6 version is not getting any new development.