as soon as I enabled the Abuse module, I get this:

    * user warning: Table 'drupal.dru_abuse_status' doesn't exist query: SELECT count(*) FROM dru_abuse_status WHERE status=1 in /home/mysite/public_html/includes/database.mysql.inc on line 172.
    * user warning: Table 'drupal.dru_abuse_status' doesn't exist query: SELECT count(*) FROM dru_abuse_status WHERE status=2 in /home/mysite/public_html/includes/database.mysql.inc on line 172.
    * user warning: Table 'drupal.dru_abuse_status' doesn't exist query: SELECT count(*) FROM dru_abuse_status WHERE status=3 in /home/mysite/public_html/includes/database.mysql.inc on line 172.

I have used today's dev version (with the 255 character issue dealt with) but when I go into phpMyAdmin, there are no abuse related tables that have been created. Shouldn't there be?

Comments

btmash’s picture

Hi esllou,

My guess is that the module was simply disabled instead of being uninstalled.

Try the following:

1) Disable module.
2) Uninstall module (from uninstall link at top) - there will be a confirmation page after.
3) Enable module

This should enable the tables.

esllou’s picture

Status: Active » Closed (fixed)

thanks, that worked.