user warning: Table djdjdjdjdjdj_com_-_drupal5.abuse_reasons' doesn't exist query: SELECT COUNT(arid) FROM abuse_reasons in /home/virtual/site610/fst/var/www/html/sfn/includes/database.mysql.inc on line 172.
Sure enough, abuse_reasons is not in the database. I have abuse, abuse_settings and abuse_warnings
Comments
Comment #1
btmash commentedHi Jarea,
This is an issue currently being discussed in http://drupal.org/node/130818 to pay attention to. For now, you can 'fix' the error by performing an update - this should add the table abuse_reasons to your database.
-BTM
Comment #2
jarea commentedBTM - Thanks for the reference and the workaround.
jarea