After the latest update from the Media module (not media_gallery) there is a fatal error.

Fatal error: Call to undefined function media_include_browser_js() in ..../.../.../httpdocs/modules/media_gallery.module on line 361

There was a change in the latest Media module what is the course of this.

After changing line 361 from the media_gallery.module
- media_include_browser_js();
+ media_attach_browser_js($elements);

The media browser is launched and from the library the file is inserted but when uploading a picture this is not uploaded at all (the last part could be a Media module bug)

Also posted this as a bug report of the Media Gallery issues i do not know this module is the course of the issue or the Media module is.

Sorry for the inconvenience when this is posted on the wrong place but with an older development module from Media it worked.

Comments

banakadah’s picture

I had a same problem

Starminder’s picture

Here too

Dave Reid’s picture

Title: Media gallery » Call to undefined function media_include_browser_js() in media_gallery.module
Project: D7 Media » Media Gallery

Moving to proper issue queue.