Hi all,
im using signup.module 4.7.x and i have the following erroe message:
user warning: Table 'drupaltest.signup_log' doesn't exist query: SELECT n.title, n.nid FROM signup_log s_l INNER JOIN node n ON n.nid = s_l.nid WHERE s_l.uid = '1' ORDER BY n.title in C:\p3t\public_php\Drupal\includes\database.mysql.inc on line 120.
does this mean there is no table or logs in mysql database? and how would i go about populating it or rectify the error above?
Many thanks.
Comments
Comment #1
k.tang commentedthis is the error i have encountered:
user warning: Table 'drupaltest.signup_log' doesn't exist query: SELECT n.title, n.nid FROM signup_log s_l INNER JOIN node n ON n.nid = s_l.nid WHERE s_l.uid = '1' ORDER BY n.title in C:\p3t\public_php\Drupal\includes\database.mysql.inc on line 120.
what does it mean?
if anyone is kind enough to guide me on this i would really appreciate it.
Thank you.
Comment #2
ghankstef commentedAccording to the error message the database tables needed for this module did not get created. So you need to create them. This is supposed to happen the first time you enable the module in 4.7 but,
it didn't for you for some reason.
Try disabling/removing the module all together and then install/enable a fresh copy. Hopefully that will take care of it. If not post any error message you get verbatim here
Comment #3
Zen commentedMoving.
Comment #4
dwwthey never replied...