When I submit a signup enabled node, i get the following errors.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY signup_time DESC LIMIT 3' at line 1 query: signup_status_auto_transition SELECT * FROM signup_log WHERE nid = 0 AND status IN () ORDER BY signup_time DESC LIMIT 3 in /path/to/drupal/includes/database.mysqli.inc on line 151.
and
warning: Invalid argument supplied for foreach() in /home/sos/wwwroot/scsaveourshores.info/includes/form.inc on line 949.

Comments

jrbeeman’s picture

Thanks for catching this. I believe I've fixed it with http://drupal.org/cvs?commit=93858. Please take a look and let me know if you still see the issue.

westwesterson’s picture

Status: Active » Fixed

Works as expected, great job!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.