Active
Project:
Image Browser
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2010 at 05:25 UTC
Updated:
14 Dec 2010 at 23:55 UTC
warning: fopen(sites/default/files/ibstyles.css) [function.fopen]: failed to open stream: No such file or directory in .../imagebrowser/imagebrowser.module on line 987.
=> Suppose it has something to do with updating Drupal 6.17 to 6.19, as it happened after this update with an almost blank website screen mentioning: "can't open file"..?
Comments
Comment #1
ClearXS commentedRemoving the imagebrowser folder (or renaming with a "." in front for my server config) 'resolves' the problem..!
So now removing it completely through: ".../admin/build/modules/uninstall"
=> there is nothing to de-install (probably wasn't ticked on)
OK, uploaded the same file again and site works now without problem...
Comment #2
dale42Just ran into problem. It's caused by the "or die" statement:
The "or die" kills the entire Drupal stack if the "files" directory doesn't exist.
"or die" should be replaced with logic to call drupal_set_message with status="error".