Closed (won't fix)
Project:
Fusion
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2010 at 23:32 UTC
Updated:
15 Apr 2014 at 19:12 UTC
Jump to comment: Most recent
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
Comment #1
jeremycaldwell commentedCan 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.
Comment #2
stephthegeek commentedComment #4
asb commentedI 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:
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
Comment #5
jeremycaldwell commentedAfter 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?
Comment #6
asb commentedSorry, 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.
Comment #7
jeremycaldwell commentedOk great, I'll mark this as fixed then you can reopen it should you still have issues with your site.
Comment #8
asb commentedOK, 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:
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).
Comment #9
ajayg commentedI 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.
Comment #10
Poieo commentedClosing as won't fix since the D6 version is not getting any new development.