View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06963 | Bug reports | Survey participants (Tokens) | public | 2012-11-26 17:27 | 2012-12-04 13:16 |
Reporter | limalemon | Assigned To | mdekker | ||
Priority | high | Severity | block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06963: error 2014 (unbuffered queries) after submiting survey | ||||
Description | Applied patch http://bugs.limesurvey.org/view.php?id=6961 and after filling the survey I got the following error: Error executing query in dbExecuteAssoc:CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.. The SQL statement executed was: UPDATE lime_tokens_234391 SET usesleft=usesleft-1, completed='2012-11-26 17:08' WHERE token='12345' | ||||
Steps To Reproduce | Fill the survey (token based). Submit the survey. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 121121 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | any | ||||
Database type & version | mySQL 5.0.22 | ||||
Server OS (if known) | Red Hat | ||||
Webserver software & version (if known) | Apache/2.2.3 | ||||
PHP Version | 5.1.6 | ||||
could you please attach a full error log to this report too? it helps us debug as we are not able to reproduce this error due to different configuration |
|
That error in the description is the only error I had, I have no other information other than that. |
|
Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10506 |
|
Please check the file from master (the last one) to see if it fixes your problem. |
|
LimeSurvey 2.0+ build 121204 released. |
|
LimeSurvey: 2.1 7880f377 2012-11-27 09:29 Details Diff |
Fixed 06963: error 2014 (unbuffered queries) after submiting survey |
Affected Issues 06963 |
|
mod - application/helpers/frontend_helper.php | Diff File | ||
LimeSurvey: master 6f1dbce5 2012-11-27 09:42 Details Diff |
6963: error 2014 (unbuffered queries) after submiting survey |
Affected Issues 06963 |
|
mod - application/helpers/frontend_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-26 17:27 | limalemon | New Issue | |
2012-11-26 18:56 | mdekker | Assigned To | => mdekker |
2012-11-26 18:56 | mdekker | Status | new => assigned |
2012-11-26 18:57 | mdekker | Note Added: 22548 | |
2012-11-26 20:04 | limalemon | Note Added: 22550 | |
2012-11-27 09:31 | mdekker | Changeset attached | => LimeSurvey 2.1 7880f377 |
2012-11-27 09:31 | mdekker | Note Added: 22598 | |
2012-11-27 09:31 | mdekker | Resolution | open => fixed |
2012-11-27 09:42 | mdekker | Changeset attached | => LimeSurvey master 6f1dbce5 |
2012-11-27 09:43 | mdekker | Note Added: 22601 | |
2012-11-28 14:01 | mdekker | Status | assigned => resolved |
2012-11-28 14:01 | mdekker | Fixed in Version | => 2.00+ |
2012-12-04 13:16 | c_schmitz | Note Added: 22874 | |
2012-12-04 13:16 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |