when i try to uninstall the module appears:
"Fatal error: Call to undefined function webform_variable_get() in .....\sites\all\modules\webform_default_fields\webform_default_fields.install on line 24" With what it might be related?
thanks, Robineo
Comments
Comment #1
cyborg_572 commentedI think you need to still have web forms installed and enabled in order to uninstall this module, since it uses some of the webform functions.
Also, make sure you backup your database first because of #1268212: Uninstalling Webform Default Field creates upwards of 3000 "Master Nodes"
Comment #2
Angerslave commentedActually, I can not uninstall or disable Webform before Webform Default Fields because of dependency. Anyway, I got rid of webform_variable_get in uninstall hook. Thank you.