View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14431 | Bug reports | Survey editing | public | 2019-01-16 12:14 | 2019-04-30 09:11 |
Reporter | Demetra | Assigned To | DenisChenu | ||
Priority | none | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.x | ||||
Fixed in Version | 3.15.x | ||||
Summary | 14431: Error 500 when deleting a question | ||||
Description | This db error occurs when deleting a question: 2019-01-16 11:05:23.088 UTC [25716] lime@lime3 STATEMENT: SELECT COUNT(*) FROM "lime_questions" "t" LEFT OUTER JOIN "lime_groups" "groups" ON ("t"."gid"="groups"."gid") AND ("t"."language"="groups"."language") WHERE ((((t.sid='261918') AND (t.language='it')) AND (t.parent_qid='0')) AND (groups.gid LIKE '%15%')) | ||||
Tags | No tags attached. | ||||
Bug heat | 12 | ||||
Complete LimeSurvey version number (& build) | Versione 3.15.5+181115 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Google Chrome 69.0.3497.100 (64 bit) | ||||
Database type & version | postgresql-10 (10.6-0ubuntu0.18.04.1) | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | php7.2 | ||||
has duplicate | 14469 | closed | DenisChenu | Deleting a question crash with PostgreSQL under certain cicumstance |
groups.gid LIKE '%15%' ????? |
|
This also happens when filtering by group when using POSTGRES. How to reproduce:
I think the easy way to fix it is change filter group to "eq" operator, or cast gid to text when using postgres driver. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=28778 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-16 12:14 | Demetra | New Issue | |
2019-01-16 15:28 | DenisChenu | Note Added: 50226 | |
2019-01-21 18:54 | renatocron | Note Added: 50287 | |
2019-01-22 09:39 | DenisChenu | Assigned To | => DenisChenu |
2019-01-22 09:39 | DenisChenu | Status | new => assigned |
2019-01-22 09:42 | DenisChenu | Changeset attached | => LimeSurvey master 64abf721 |
2019-01-22 09:42 | DenisChenu | Note Added: 50288 | |
2019-01-22 09:42 | DenisChenu | Resolution | open => fixed |
2019-01-22 09:44 | DenisChenu | Status | assigned => resolved |
2019-01-22 09:44 | DenisChenu | Fixed in Version | => 3.15.x |
2019-01-31 01:15 | DenisChenu | Relationship added | has duplicate 14469 |
2019-04-30 09:11 | c_schmitz | Status | resolved => closed |
2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |