webform_report table not being created?
| Project: | webform report |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
After installing webform report, when I try to create a report I get these errors:
* user warning: Table 'extras.webform_report' doesn't exist query: UPDATE webform_report u SET wnid = 3, kcid = 1, sort = 4, components = 'a:2:{i:9;s:1:\\\"9\\\";i:2;s:1:\\\"2\\\";}', filter_type = 0, filter_value = '', results_per_page = 20 WHERE nid = '5' in D:\public_html\extras\sites\all\modules\webform_report\webform_report.module on line 233.
* user warning: Table 'extras.webform_report' doesn't exist query: SELECT wnid, kcid, description, sort, filter_type, filter_value, results_per_page, components FROM webform_report WHERE nid = '5' in D:\public_html\extras\sites\all\modules\webform_report\webform_report.module on line 170.
* user warning: Table 'extras.webform_report' doesn't exist query: SELECT wnid, kcid, description, sort, filter_type, filter_value, results_per_page, components FROM webform_report WHERE nid = '5' in D:\public_html\extras\sites\all\modules\webform_report\webform_report.module on line 170.
* user warning: Table 'extras.webform_report' doesn't exist query: SELECT wnid FROM webform_report WHERE nid = '5' in D:\public_html\extras\sites\all\modules\webform_report\webform_report.module on line 326.
When I look at look at my drupal database (named "extras") I didn't even see a table for webform_report. I updated line 230 from webform_report.module to add a space between {webform_report} and u and tried reinstalling.
Suggestions? I am running drupal 6.8 and Webform 6.x-2.4

#1
I would say this should be closed, there shouldn't be a space between {webform_report} the u should be omitted....
so that u shouldn't be there, as for the other errors... strange, something broke with the install then, that's troubling... i'm using drupal 6.9 and webform 6.x-2.4 also
any resolution?
#2
I completely uninstalled & reinstalled, and altered webform_report.module to remove that u at line 230. Now it's working.