After selecting "Update the permissions: in batches of 20 now" I got the error:

warning: Missing argument 3 for _image_gallery_access_update_batch_operation() in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 587.
warning: Missing argument 4 for _image_gallery_access_update_batch_operation() in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 587.
warning: Division by zero in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 610.

I have only 1 gallery and only 1 node in that gallery.

Comments

salvis’s picture

Hmm, try replacing line 572

        array('_image_gallery_access_update_batch_operation', array($form_state['values']['tid'])),

with

        array('_image_gallery_access_update_batch_operation', array($form_state['values']['tid'], $limit, $count)),
salvis’s picture

Status: Active » Fixed

Committed to the 6.x-1.x-dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.