Closed (outdated)
Project:
Media Browser Plus
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 15:32 UTC
Updated:
14 Oct 2018 at 17:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Nightwalker3000 commentedI've now found a Workaround by partially revert the Commit from 18. October:
Override the whole file:
sites/all/modules/media_browser_plus/includes/MediaBrowserPlusLibrary.inc
with this Code:
We're deleting the the compatible for the newest MediaBrowserPlugin class but Media Works again :)
If you not Copy/Paste from above, take care that the Class decleration must be change from:
class MediaBrowserPlusLibrary extends MediaBrowserLibrary
to:
class MediaBrowserPlusLibrary extends MediaBrowserPlugin
Comment #2
technikh commentedI fixed my issue by modifying MediaBrowserPlusLibrary.inc code with
Comment #3
firebird commentedHere's the change from #1 rolled into a patch.
Comment #4
firebird commentedOops. Try this one instead.
Comment #5
JimmyAx commentedBumping this one as it prevents attaching any media.
The patch in #4 applies fine and solves the problem for me. Looks RTBC.
Comment #6
kbasarab commentedI had this same error without using the WYSIWYG option. In my case it happened when opening the Media Browser directly from the Select Media button. Patch in #4 applied and resolved error for me as well.
Comment #7
salvis