Closed (fixed)
Project:
Legal
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
29 Aug 2006 at 07:03 UTC
Updated:
4 Feb 2007 at 01:15 UTC
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
Comment #1
robert castelo commentedCheck the .install file and see if your database has created the required tables.
From the error it looks like they are missing.
Comment #2
robert castelo commented