View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10358 | Bug reports | Survey editing | public | 2016-02-09 14:19 | 2016-03-07 11:49 |
Reporter | ollehar | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.50.x | ||||
Target Version | 2.50.x | Fixed in Version | 2.50.x | ||
Summary | 10358: Can't search questions with both free text and group | ||||
Description | CDbCommand failed to execute the SQL statement: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens. The SQL statement executed was: SELECT COUNT(*) FROM "lime_questions" "t" LEFT JOIN lime_groups AS groups ON ( groups.gid = t.gid AND t.language = groups.language AND groups.sid = t.sid) WHERE (((t.sid=:surveyid AND t.language=:language AND parent_qid=0) AND (groups.group_name = :group_name)) AND (title LIKE :ycp1)) OR (((t.sid=:surveyid AND t.language=:language AND parent_qid=0) AND (groups.group_name = :group_name)) AND (question LIKE :ycp2)) /var/www/lime25/limesurvey/framework/db/CDbCommand.php(543) | ||||
Steps To Reproduce | Go to "List questions" | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | latest | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | - | ||||
Server OS (if known) | - | ||||
Webserver software & version (if known) | - | ||||
PHP Version | - | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=17339 |
|
Version 2.50+ Build 160307 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-09 14:19 | ollehar | New Issue | |
2016-02-09 14:19 | ollehar | Status | new => assigned |
2016-02-09 14:19 | ollehar | Assigned To | => LouisGac |
2016-02-11 19:06 |
|
Changeset attached | => LimeSurvey master 2cdbc842 |
2016-02-11 19:06 |
|
Note Added: 34943 | |
2016-02-11 19:06 |
|
Resolution | open => fixed |
2016-02-11 19:06 |
|
Status | assigned => feedback |
2016-03-03 19:28 |
|
Status | feedback => resolved |
2016-03-07 11:48 | c_schmitz | Fixed in Version | => 2.5 |
2016-03-07 11:49 | c_schmitz | Note Added: 36039 | |
2016-03-07 11:49 | c_schmitz | Status | resolved => closed |
2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |