Attempting to un-install the module whitescreens. Log produces:

"PHP Fatal error: Call to undefined function views_data_export_garbage_collect() in /home/..../modules/contrib-dev/views_data_export/views_data_export.install on line 97."

CommentFileSizeAuthor
#1 1201752-uninstall_error.patch508 bytesamateescu

Comments

amateescu’s picture

Version: 7.x-3.0-beta4 » 7.x-3.x-dev
Status: Active » Needs review
StatusFileSize
new508 bytes

Yeah, I've seen this too. Since we are in hook_uninstall(), we can safely use module_load_include() to load the module file.

steven jones’s picture

Status: Needs review » Fixed

Thanks. Committed your patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.