Closed (fixed)
Project:
Abuse
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2007 at 01:36 UTC
Updated:
29 Mar 2008 at 15:51 UTC
So I ended up deleting some of the reasons and decided like a moron to go into the database and delete the abuse tables, thinking I could just reload the module and have all the reasons show back up.
Nope.. now I get sql issues.
user warning: Table '_drpl8.abuse_status' doesn't exist query: SELECT count(*) FROM abuse_status WHERE status=1 in /home/public_html/media/includes/database.mysql.inc on line 172.
user warning: Table '_drpl8.abuse_status' doesn't exist query: SELECT count(*) FROM abuse_status WHERE status=2 in /home/public_html/media/includes/database.mysql.inc on line 172.
user warning: Table '_drpl8.abuse_status' doesn't exist query: SELECT count(*) FROM abuse_status WHERE status=3 in /home/public_html/media/includes/database.mysql.inc on line 172.
Looks like I need some help finding where in all the other tables I need to clear out any ref to abuse module. One thing that should prob be added to the uninstall routine.. Should bring it back to a clean install rather then leaving old configs sitting around
Comments
Comment #1
jaydub commentedNot sure if it would have helped in your situation, but I've patch the abuse.install file to make for a cleaner module uninstall.
http://drupal.org/node/193370
Comment #2
jaydub commentedImproved uninstall support now added in CVS. See patch http://drupal.org/node/193370
for additional information.
It sounds like your problem was that maybe you deleted the tables directly rather than first
uninstalling the module?
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.