I install the Webform Report 7.x-1.x-dev module. I navigate to admin/content/webform_report and I get this error:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 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 'FROM node n WHERE (n.type = 'webform')' at line 1: SELECT FROM {node} n WHERE (n.type = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => webform ) in _webform_report_page() (line 1162 of sites/all/modules/webform_report/webform_report.inc).
Caches cleared multiple times.
Comments
Comment #1
ridfactys commentedSame issue
Comment #2
jimbullington commentedThis should be corrected in the next 7.x-1.x-dev build - the query was incorrect. Thanks for reporting this.