I upgraded my module from Media 7.x-1.4 to 7.x-1.5 and now my tab "Library" in the media browser is broken.
I debugged the code and in media_media_browser_plugin_view() I see the following code:
The problem, according to me, is that the page callback for media/browser/list does not exist anymore (= media_browser_list)...

Comments

SandraVdv’s picture

It seems to me that media_browser_list is renamed to media_browser_library in v7.x-1.5?
It looks fixed in the 7.x-1.x-dev version?

jennypanighetti’s picture

esbite’s picture

In my case this was an issue with the latest version of jQuery Update. Postponing updating that module until I have more time to debug.

steinmb’s picture