Closed (duplicate)
Project:
Image
Version:
5.x-2.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2008 at 09:35 UTC
Updated:
7 Jan 2008 at 16:42 UTC
Jump to comment: Most recent
Comments
Comment #1
mrfree commentedThe problem seems related with the views, while I'm trying to solve the issue I added "&& false" to force the gallery building:
image_gallery.module (row: 167)
if (module_exists('views') && false) {
$view = views_get_view('image_gallery');
}
else {
...
}
Comment #2
Anonymous (not verified) commentedSame problem here.
Fortunately I don't use the Views Module for anything else, so disabling it got my gallery back working again (at least until a fix is available).
Comment #3
drewish commentedsee: http://drupal.org/node/207198