By allnet000 on
I have several users of my site stating they are having problems logging in and that their password is not working correctly. When I went to add a new user I received this error message. Is this problem because of the Sign Up Module or something else. Please let me know recommendations on how to fix it. Thanks.
I am using Sign Up 6.x-1.0
Drupal 6.22
user warning: Table 'fishonba_drp2.signup' doesn't exist query: SELECT DISTINCT n.nid FROM dr_node n INNER JOIN signup s on n.nid=s.nid WHERE s.user_reg_form = 1 AND s.status = 1 AND n.status = 1 in /home1/fishonba/public_html/sites/all/modules/signup/signup.module on line 643.
Comments
It sounds like to me your
It sounds like to me your signup module is expecting a table that hasn't been created.
Just in case it's something simple, can you go to /update.php while logged in as admin and see if there are any pending updates you need to run? Sometimes database updates get skipped and it confuses the modules.
Another thing to do is check your error log for other relevant errors.