View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08857 | Bug reports | RemoteControl | public | 2014-03-14 10:07 | 2014-04-04 10:26 |
Reporter | ravi4957 | Assigned To | c_schmitz | ||
Priority | urgent | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 08857: When XML RPC Call to add_participants, tid not returned in the response using POST MAN rest client | ||||
Description | Added xml response from POSTMAN REST Client, please check the "tid" value is blank in the xml call, this is happening because, the data passed to this function is STRING value and its sending because is_numeric php function is returning true, if the string is number, but inside xmlrpc_echo_number function its checking for is_float or is_int which will not true when passed string int value, i.e '1.0' or '1' So value for 'tid' is not mapped in the response | ||||
Additional Information | <methodResponse> | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | Version 2.05+ Build 140302 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | mysql 5.5.34 | ||||
Server OS (if known) | Linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | 5.5 | ||||
Rather we can do fix this issue by replacing the function with below function code, Please do check and let me know if that looks good then i can do a commit and request a pull /**
|
|
The fix looks fine. Please create a pull request. |
|
Pretty please? |
|
Created pull request at https://github.com/LimeSurvey/LimeSurvey/pull/184 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14064 |
|
2.05+ Build 140404 released. |
|
LimeSurvey: master f22c58b4 2014-03-24 05:59 Details Diff |
Fixed issue 08857: Fixed issue of type casting and return number value |
Affected Issues 08857 |
|
mod - application/libraries/BigData.php | Diff File | ||
LimeSurvey: master bf7fb091 2014-03-24 14:00 Details Diff |
Merge pull request #184 from ravindrakhokharia/master Fixed issue 08857: Fixed issue of type casting and return number value |
Affected Issues 08857 |
|
mod - application/libraries/BigData.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-14 10:07 | ravi4957 | New Issue | |
2014-03-14 10:10 | ravi4957 | Note Added: 29260 | |
2014-03-19 10:23 | c_schmitz | Note Added: 29388 | |
2014-03-19 10:23 | c_schmitz | Assigned To | => c_schmitz |
2014-03-19 10:23 | c_schmitz | Status | new => feedback |
2014-03-22 18:30 | c_schmitz | Note Added: 29508 | |
2014-03-24 12:59 | ravi4957 | Note Added: 29516 | |
2014-03-24 12:59 | ravi4957 | Status | feedback => assigned |
2014-03-24 14:00 | ravi4957 | Changeset attached | => LimeSurvey master f22c58b4 |
2014-03-24 14:00 | c_schmitz | Changeset attached | => LimeSurvey master bf7fb091 |
2014-03-24 14:00 | c_schmitz | Note Added: 29519 | |
2014-03-24 14:00 | c_schmitz | Resolution | open => fixed |
2014-03-24 14:01 | c_schmitz | Status | assigned => resolved |
2014-03-24 14:01 | c_schmitz | Fixed in Version | => 2.05+ |
2014-04-04 10:26 | c_schmitz | Note Added: 29667 | |
2014-04-04 10:26 | c_schmitz | Status | resolved => closed |