If there are no submissions at all then when you go to the Results / Submissions tab you will see the following SQL error:

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 sid ASC, cid ASC, no ASC' at line 1 query: SELECT s.*, sd.cid, sd.no, sd.data, u.name, u.mail, u.status FROM webform_submissions s LEFT JOIN webform_submitted_data sd ON sd.sid = s.sid LEFT JOIN users u ON u.uid = s.uid WHERE sd.nid = 414 AND s.sid IN () ORDER BY sid ASC, cid ASC, no ASC in /.../includes/database.mysqli.inc on line 156.

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)