I updated Gallery Assist from 6.x-1.16 to 6.x-1.18, now my galleries won't display. I have logged into the database and confirmed that they still exist. I have also confirmed that the files still exist. It isn't a permission issue.

Has anyone else had this issue? Suggestions?

Comments

orb’s picture

Bug #1
SELECT DISTINCT fid FROM gallery_assist_item
query returned 500+ results

SELECT * FROM files WHERE fid IN (
  SELECT DISTINCT fid FROM gallery_assist_item
)

query returned 20 results

Bug №2
SELECT data FROM gallery_assist
Returned&
a:1:s:6:"shadow";s:1:"0"; - This error

Correct data - a:1:{s:6:"shadow";s:1:"0";}

ascii122’s picture

I have the same problem. I can view when logged in as admin but anonymous users can no longer view the images (although the body text associated with the gallery shows up fine). I've confirmed that permissions to view are set, rebuilt permissions and such. I had also just installed Gallery Assist ImageCache and thought that was the problem, but I uninstalled and it's still showing nothing but the body

Not sure what's going on. Will try to revert to the earlier version

ascii122’s picture

actually it's only one gallery that won't show for anonymous.. the other one does.. strange!

ascii122’s picture

got it

I had to enable 'Gallery Assist (GA): settings::Common::Public status'
in admin/settings/gallery_assist/assignments

then edit the gallery and set the permission to 'public for all'

For some reason this one gallery missed that permission or borked itself during the upgrade.