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

jaydub’s picture

Not 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

jaydub’s picture

Status: Active » Fixed

Improved 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?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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