I've got the error that while_entity_info() is not found in hook while_uninstall() when I uninstall the module.

CommentFileSizeAuthor
#1 while_uninstall_2465033_1.patch482 bytesa.milkovsky

Comments

a.milkovsky’s picture

Assigned: a.milkovsky » Unassigned
Status: Active » Needs review
StatusFileSize
new482 bytes

We need to load module file for the function to be found.

tolstoydotcom’s picture

I also added if (db_table_exists('white_type')) { before the db_select in while_entity_info, with the closing brace after the foreach.