Case Tracker does not uninstall cleanly
jcolbyk - October 17, 2009 - 03:57
| Project: | Case Tracker |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
casetracker does not completely clean up after itself during the uninstall process. This can leave behind database schema and rows that can lead to subtle bugs if casetracker is reinstalled on the same system (such as improper views related form info metadata in the 'variable' table, as it leaves behind complete seiralized objects that can be picked up after a new install).
See also: http://drupal.org/node/605902

#1
I took a quick at this and found only one variable that we're not deleting on uninstall. I've committed this small fix, but I don't see how it could have caused the problems you experienced.
Can you give me more specific information here? Is there any way for you to determine exactly what data leftovers caused you problems?