I had two scrollbox galleries working (single CCK field on two different content types). Then for some reason the /imagefield_gallery/css directory disappeared: I *believe* it was after deleting one of the two CCK fields, as trying to add it again in admin/content/types/mytype/fields I got the following errorwarning: file_get_contents(sites/all/modules/imagefield_gallery/css/imagefield_gallery.css) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/drupal/includes/common.inc on line 1526.
Indeed, there was no sites/all/modules/imagefield_gallery/css directory anymore. I believe it was there before, as I saw the galleries working nicely. I then modified the style settings several times, for both galleries, hoping that this would re-create the css directory, but could not manage to make it working again. The watchdog records the following "page not found" error messages. Thank you.

sites/all/modules/imagefield_gallery/js/content_types.js
sites/all/modules/imagefield_gallery/css/imagefield_gallery.css 

Comments

skizzo’s picture

it started working now, without any specific action. Neither content_types.js nor imagefield_gallery.css are there, but the system is not complaining anymore about missing files, and the galleries are showing up ok...

skizzo’s picture

Status: Active » Closed (fixed)