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

k.tang’s picture

Title: problems with signup module 4.7.x NEED HELP » Does ANYONE KNOW HOW TO USE signup.module 4.7.1?? errors encountered...

this 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.

ghankstef’s picture

According 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

Zen’s picture

Project: Drupal core » Signup
Version: 4.7.1 » 4.7.x-1.x-dev
Component: other » Code

Moving.

dww’s picture

Title: Does ANYONE KNOW HOW TO USE signup.module 4.7.1?? errors encountered... » Does anyone know how to use signup.module 4.7.1?? errors encountered...
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Closed (fixed)

they never replied...