Active
Project:
Media: Responsive
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2012 at 14:16 UTC
Updated:
23 May 2018 at 13:27 UTC
Jump to comment: Most recent
Comments
Comment #1
amaria commentedThis is actually because I had disabled the Media module. Not sure what could be done about it. Drupal allows you to uninstall this module without Media.
Comment #2
manumad40 commentedThis error is also displayed when Media is enabled, that is every time you try to uninstall Media Responsive.
The only way to uninstall this module via the administrative interface is commenting out the line 14 into media_responsive.install before attempting it.
Comment #3
tswaters commentedAlso in the latest dev of media 2.0, both media_variable_del and media_variable_set no longer exist.
In install :
variable_set('media__wysiwyg_default_view_mode', 'media_responsive');and uninstall :
variable_del('media__wysiwyg_default_view_mode');Comment #4
Katy Jockelson commented#2 - thanks, helped me out.