I posted the following bug for Media Module (beta 4):
Beta 3 was working just fine. I updated to Beta 4 and got the following message:
Fatal error: Call to undefined function media_include_browser_js() in /sites/all/modules/media_gallery/media_gallery.module on line 370.
I did a new D7 install and used beta 4 but I still get the same error message. website is 1.thesports-store.com
johntarling commented:
I think this will need to be moved to the media gallery queue as this is most likely to be with the update of media to use file entities as noted here #1086958: Switch from Media Entity to File Entity comment #25 states that other modules such as media_gallery will need to be updated to cope with this change.
In my case, media_gallery 7.x-1.0-beta4 works with media 7.x-1.0-beta3 but updating to media beta4 produces the above fatal error.
You can see the error at my site: http://1.thesports-store.com/node/1
Comments
Comment #1
JacobSingh commentedThis is actually because of #1106922: Clean up filenames, standardize on directories and it is already fixed in media_gallery 7.x-1.x: #1122330: Media module moved files around, need to update references
Update to the branch if you want it to work or patch. Another media_gallery release will come sometime soon.