I haven't seen this exact issue posted elsewhere, so I'm hoping it's a simple fix -- an admin setting or a missing module.

When I create a media gallery in Drupal 7, I see the link to "add media." I can follow this link and use it to successfully upload media (images, as well as videos). However, this media doesn't appear in the gallery. The gallery remains empty. (See screenies.)

I'm currently using Media 7.x-1.0-beta5 and Media Gallery 7.x-1.0-beta5, but I've tried older versions of each. I'm having the same problems with each combination -- Media Gallery has never worked for me. I just upgraded to Drupal 7.4 but, again, this has been a problem from the start.

Any advice is much appreciated!

CommentFileSizeAuthor
all-galleries.png47.2 KBkscott22
tcl-gallery.png7.78 KBkscott22
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kscott22’s picture

Hmmm... I think this issue is related to clean URLs, as described in this thread.

David_Rothstein’s picture

Status: Active » Fixed

Yes, most likely this was due to the module not working when clean URLs are disabled. I just committed a fix for that issue at #1000702: Ajax Callbacks fail if Clean URLs are not enabled.

Status: Fixed » Closed (fixed)

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

Yaron Tal’s picture

Status: Closed (fixed) » Active

As described in the first post "I can follow this link and use it to successfully upload media", this happens to me as well. I upgraded from one of the earlier dev versions (so I assume it is my mistake, and this is a support request), and also get the "no images yet" error on the gallery overview page. On the gallery page itself I don't see any other images.

On the gallery edit page I do see my uploaded images though, and on the gallery overview page it does state that the gallery has images in it.

In theme_media_gallery_teaser() $element['media_gallery_media'] is NULL.
the contents of elements are pasted here: http://drupalbin.com/19960

Yaron Tal’s picture

Version: 7.x-1.0-beta5 » 7.x-1.0-beta6
Status: Active » Closed (duplicate)