I upgraded recently from Drupal 4.6->4.7 (with the current Image module for 4.7) and since then have no access to any of my galleries unless logged in as admin. Anonymous and authorised users just get a page with the heading text, no thumbnail or gallery description. If, and only if logged in as admin, everything works correctly.

This behaviour is the same regardless of whether url aliases are used or not.

I am using Drupal's private method, same as with 4.6. The only thing that has changed there is that I was using Filestore2 for a few downloadable files and cannot now as it appears defunct.

I've been through user and role permissions half a dozen times (I use taxonomy access as well) and they are exactly as they were with 4.6. Have deleted them and recreated and saved them and still no go. I have run update.php, cleared cookies, emptied the cache, checked MySQL tables. All works fine when logged in as admin, but not at all otherwise.

I have another (test) site on 4.7 which works perfectly. My live site has hundreds and is currently offline because of this problem. I really don't know what to do next. As far as I can see it has to be a permissions issue, and it has to be the Gallery/Image Gallery modules, as all other content is accessible. Can anyone suggest where to look/ what to try next?

Comments

Tyrael’s picture

go to the admin panel, and enable the Upload module.
Then go to the Access Control, and voila:
upload modul:
- upload files
- view uploaded files

set the privileges for the groups you want to able to upload/view uploaded files.

Tyrael

halftone’s picture

Thanks. It was dumb tired operator error, too many late nights. Somehow, during the upgrade, 'list' permissions had become deselected for all but admin, which prevented galleries being seen.

drewish’s picture

Status: Active » Fixed

glad you got it working

Anonymous’s picture

Status: Fixed » Closed (fixed)