Closed (fixed)
Project:
Webform
Version:
7.x-3.19
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2013 at 15:54 UTC
Updated:
24 Jun 2013 at 15:35 UTC
Drupalversion 7.21
The error occurs when i try to save the results.
Error code:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'usr_web681_2.webform_last_download' doesn't exist: SELECT wld.* FROM {webform_last_download} wld WHERE (nid = :db_condition_placeholder_0) AND (uid = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 127 [:db_condition_placeholder_1] => 67 ) in webform_download_last_download_info() (Zeile 1001 von /var/www/html/web681/html/drupal/sites/all/modules/webform/includes/webform.report.inc).
i already checked the update.php, no (database) updates pending.
| Comment | File | Size | Author |
|---|---|---|---|
| fibo.PNG | 8.11 KB | fischerboot |
Comments
Comment #1
fischerboot commentedComment #2
fischerboot commentedRecreating the table fixed the problem. tor those of interest:
Comment #3
zjoriz commentedI've got the same problem.
I'm guessing you found the 'creation code' for the table in the install files of the Webform Module?
Edit: I removed the module (completely) and reinstalled it after boosting the allocated memory as instructed here https://drupal.org/node/1050612. This worked for me. The idea is that the tables weren't created in the first run due to insufficient memory.