Jump to:
| Project: | Webform Report |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When attempting to configure a new webform report, attempting to save the report consistently generates the following error:
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'GA Sign-Up' for column 'wnid' at row 1: UPDATE {webform_report} SET description=:db_update_placeholder_0, wnid=:db_update_placeholder_1, columns=:db_update_placeholder_2, sorton=:db_update_placeholder_3, filters=:db_update_placeholder_4, options=:db_update_placeholder_5 WHERE (nid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => [:db_update_placeholder_1] => GA Sign-Up [:db_update_placeholder_2] => a:4:{i:0;a:4:{s:3:"cid";i:1;s:6:"format";s:0:"";s:6:"option";s:0:"";s:6:"hidden";i:0;}i:1;a:4:{s:3:"cid";i:7;s:6:"format";s:0:"";s:6:"option";s:0:"";s:6:"hidden";i:0;}i:2;a:4:{s:3:"cid";i:2;s:6:"format";s:0:"";s:6:"option";s:0:"";s:6:"hidden";i:0;}i:3;a:4:{s:3:"cid";i:6;s:6:"format";s:0:"";s:6:"option";s:0:"";s:6:"hidden";i:0;}} [:db_update_placeholder_3] => a:1:{i:0;a:2:{s:3:"cid";i:1;s:5:"order";s:1:"4";}} [:db_update_placeholder_4] => a:0:{} [:db_update_placeholder_5] => a:5:{s:16:"results_per_page";s:3:"100";s:8:"hide_csv";i:0;s:11:"search_form";i:0;s:6:"layout";s:6:"REPORT";s:8:"php_code";s:0:"";} [:db_condition_placeholder_0] => 4 ) in webform_report_update() (line 322 of /home/colvini1/public_html/neighborhoodassemblies.org/sites/all/modules/webform_report/webform_report.module).
Comments
#1
Please see the comment here - http://drupal.org/node/1404436#comment-5495620
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.