View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
12711 | Bug reports | Survey taking | public | 2017-09-26 13:45 | 2017-10-12 09:16 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.70.x | ||||
Fixed in Version | 2.70.x | ||||
Summary | 12711: Date with dropdow throw SQL error with pgsql | ||||
Description | With debug at 2 : Date with dropdow throw SQL error with pgsql. And error shown "Save value in DB error". | ||||
Steps To Reproduce | Create a date with dropdown | ||||
Additional Information | When fix the error: see «Could not convert date Invalid date to format y-d-d. Please check your date format settings.» | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 2.71.0 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | pgsql | ||||
Server OS (if known) | debian | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP5.6 | ||||
related to | 09643 | closed | DenisChenu | Date/Time question with drop down values fails validation when only one value is selected and MySQL is not the database |
There are multiple solution, if ($dateTime === false) => $value = "INVALID";. But then show the badly "front-end" helper. I must test woithout javascript and a text string to see what happen. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=23944 |
|
LimeSurvey: master 06e58a73 2017-09-26 16:07 Details Diff |
Fixed issue 12711: Date with dropdow throw SQL error with pgsql Dev: Must disable save bad value in DB in any condition Dev: partial fix because question is not set as invalid Dev: didn't remind if we fixed it in 3.0 |
Affected Issues 12711 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-26 13:45 | DenisChenu | New Issue | |
2017-09-26 13:47 | DenisChenu | Note Added: 44475 | |
2017-09-26 14:07 | DenisChenu | Changeset attached | => LimeSurvey master 06e58a73 |
2017-09-26 14:07 | DenisChenu | Note Added: 44477 | |
2017-09-26 14:07 | DenisChenu | Assigned To | => DenisChenu |
2017-09-26 14:07 | DenisChenu | Resolution | open => fixed |
2017-09-26 14:10 | DenisChenu | Relationship added | related to 09643 |
2017-09-27 09:25 | DenisChenu | Status | new => resolved |
2017-09-27 09:25 | DenisChenu | Fixed in Version | => 2.70.x |
2017-10-12 09:16 | c_schmitz | Status | resolved => closed |