I've just upgraded to 2.0-dev and all galleries are empty, but the single images are associated to the correct gallery. If I open an image node it reports "in " but if I click on the gallery link it's empty :(

Comments

mrfree’s picture

The 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 {
...
}

Anonymous’s picture

Same 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).

drewish’s picture

Status: Active » Closed (duplicate)