Clicking on "Content -> Media" from administrator interface, if no file exists in your media folder, you can see the errors:
--
- Notice: Undefined index: file in media_admin_thumbnails() (line 167 of /my/path/sites/all/modules/media/includes/media.admin.inc).
- Warning: array_keys() expects parameter 1 to be array, null given in media_admin_thumbnails() (line 167 of /my/path/sites/all/modules/media/includes/media.admin.inc).
--

To solve this problem, in the above file I
- add at 166: if (!empty($result)){
- and close it at 187: }

It seems to work: I hope it is correct.

Comments

ParisLiakos’s picture

Project: Media Browser Plus » D7 Media

this is about the media module,right?

rszrama’s picture

Status: Active » Closed (duplicate)