Follow up from 'Issues with G2 installed outside Drupal folder' (http://drupal.org/node/157903). We need an update path for users coming from 5.x-1.x series of gallery module.

Comments

profix898’s picture

Status: Active » Fixed

I've added the following code to gallery.install (+ additional lines):

// Mark gallery configuration invalid. This does NOT reset the
// configuration, but forces the user to run the install wizard
// to (re)set and verify critical settings.
$variables['gallery_valid'] = FALSE;

Some users have reported issues with the new module until they went through the install wizard (again). I think this major
update is a good chance to have users check their configuration and verify all prerequisites matching.

Anonymous’s picture

Status: Fixed » Closed (fixed)