Closed (fixed)
Project:
Abuse
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2007 at 10:09 UTC
Updated:
17 Apr 2007 at 21:00 UTC
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
Comment #1
btmash commentedHi 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.
Comment #2
esllou commentedthanks, that worked.