Closed (duplicate)
Project:
Media: YouTube
Version:
7.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2011 at 06:10 UTC
Updated:
21 Jun 2012 at 13:51 UTC
Fatal error: Call to undefined function media_youtube_variable_default() in /opt/lampp/htdocs/sns/sites/all/modules/contrib/media_youtube/media_youtube.install on line 19
Comments
Comment #1
rajarju commentedError showed up when i was trying to uninstall the module
Comment #2
rojesaga commentedSame issue, I try to uninstall the module and shows:
Fatal error: Call to undefined function media_youtube_variable_default() in .../sites/all/modules/media_youtube/media_youtube.install on line 19
Drupal 7.10
Comment #3
jkaine commentedI can confirm this error in the alpha... and provide a solution...
This issue seems fixed in the Aug 4 dev version-- I'm not sure if the uninstall routines are complete or do what they should, but the fatal error call is no longer happening.
To uninstall, you need to upgrade to the dev version, then run update.php, then you can uninstall via the Uninstall tab in Modules.
Comment #4
iyan commentedMy solution is by manually remove youtube_media folder in /sites/all/modules/
Comment #5
fasdalf@fasdalf.ru commentedChange media_youtube.install
Comment #6
dave reidThis was fixed with #1164184: Fatal error while uninstalling: undefined function media_youtube_variable_default()
Comment #7
armanalir commentedThank you #5 Solved my problem..