When I activate the legal module I get:

user warning: Table 'howlett_drupal.legal_conditions' doesn't exist query: SELECT * FROM legal_conditions ORDER BY tc_id DESC LIMIT 1 in /home/howlett/public_html/drupal/includes/database.mysql.inc on line 120.

when creating a new account. I don't see any tick box requiring me to accept Ts & Cs which I assume should be there from the documentation?
Don't know if I've got a DB problem or otherwise? Any help much appreciated.

I can alter settings without a problem

Comments

robert castelo’s picture

Check the .install file and see if your database has created the required tables.

From the error it looks like they are missing.

robert castelo’s picture

Status: Active » Closed (fixed)