Thank you for making this module.

I am having a problem and when I select thumbnail view under Content/Media I get this message:
No media available.

List view is working fine. There are two screenshot I have taken as attchments.

Is there something I am doing wrong?

CommentFileSizeAuthor
thumbnail-view.jpg55.53 KBMetalviking
list-view.jpg61.9 KBMetalviking

Comments

hughworm’s picture

I have the same problem.

hughworm’s picture

Lines 181 and 182 of media.admin.inc are:

  $files = file_load_multiple($fids);
  $files = array();

So it's not surprising that $files is empty! Commenting out the "$files = array();" seems to make it work.

devin carlson’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #1500292: After update to 7.x-1.0, media browser list works, thumbnails empty.

A fix for the issue has already been committed and is available in the 7.x-1.0 development branch.