Closed (fixed)
Project:
Media: YouTube
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 14:09 UTC
Updated:
6 Jun 2011 at 20:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
rhache commentedJust confirming that I'm getting the same error.
Fatal error: Class 'MediaInternetBaseHandler' not found in /Users/rene/Sites/test/d7_testing/sites/all/modules/contrib/media_youtube/media_youtube.module on line 253
Drupal 7.0, Media YouTube 7.x-1.0-alpha4, Media & Media Internet Sources 7.x-1.0-beta3
thanks,
Rene
Comment #2
cudeso commentedAlso confirming on Drupal 7.0, media_youtube-7.x-1.0-alpha4, media-7.x-1.0-beta3
Comment #3
dozenson commentedGot the same error and found a workaround. Try enabling all the modules that media_youtube depends on and only then disable it and try uninstalling again
Comment #4
mfbThis patch allows me to uninstall. Haven't yet tested if the module itself still works, however :)
Comment #5
Azol commentedThe workaround to sucessfully uninstal is this (at least worked for me):
1) go to admin/config/media/types
2) check settings for every media type and TICK OFF YouTube media everywhere, save the settings again
3) disable the module
4) Uninstall
Comment #6
berenddeboer commentedPatch #4 worked here.
Comment #7
effulgentsia commentedMarked #1149512: Uninstall Error: Fatal error: Class 'MediaInternetBaseHandler' not found a duplicate. I like its issue title though, so copying it.
Comment #8
effulgentsia commentedCommitted to 7.x-1.x. Thanks.