The exact error is below:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'fl.fid' in 'field list': SELECT DISTINCT fl.fid AS fid FROM {flag_lists_types} fl LEFT OUTER JOIN {flags} f ON fl.name = f.name; Array ( ) in flag_lists_uninstall() (line 196 of C:\Apache24\htdocs\library\sites\all\modules\flag_lists\flag_lists.install).

I can uninstall after manually adding a column 'fid' in table 'flag_lists_types'.

Comments

tobiasb’s picture

Title: Uninstall error due to column not found 'fl.fid' in 'field list' » Fix uninstallation process
Status: Active » Needs review
StatusFileSize
new2.33 KB

This is already fixed in 7.x-3.x.

The patch does the same as in 7.x-3.x with some improvements.

sl27257’s picture

Status: Needs review » Closed (outdated)