View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09060Bug reportsRemoteControlpublic2014-09-08 21:19
Reporterrgrela Assigned Toc_schmitz  
PrioritynormalSeverityblock 
Status closedResolutionunable to reproduce 
Product Version2.05+ 
Summary09060: Problems with remote api to list questions, list_questions, in version 2.05+
Description

We get an empty file (csv) to execute the list_question method for a survey in version 2.05+. This was working correctly in version 2.00

but, if I change
$result = $this->xmlrpc->handle();
$result->printXml();
by this:

      echo $this->xmlrpc->handle();

in file ....limesurvey/application/controllers/admin/remotecontrol.php
this method work correctly, and we get a file with the survey questions.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)Versión 2.05+ Build 140520
I will donate to the project if issue is resolvedNo
Browserwith java or php application
Database type & versionmysql
Server OS (if known)suse linux
Webserver software & version (if known)apache 2.2.12
PHP Version5.3.17

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2014-07-24 12:57

administrator   ~30340

I cannot reproduce this. Please update to the latest version and try again.
If you still have the issue please post a full example code using the Zend XMP-RPC client to reproduce. Thank you.

c_schmitz

c_schmitz

2014-09-08 21:19

administrator   ~30496

Closed due to missing feedback.

Issue History

Date Modified Username Field Change
2014-05-28 16:57 rgrela New Issue
2014-07-24 11:51 c_schmitz Assigned To => c_schmitz
2014-07-24 11:51 c_schmitz Status new => assigned
2014-07-24 12:57 c_schmitz Note Added: 30340
2014-07-24 12:57 c_schmitz Status assigned => feedback
2014-09-08 21:19 c_schmitz Note Added: 30496
2014-09-08 21:19 c_schmitz Status feedback => closed
2014-09-08 21:19 c_schmitz Resolution open => unable to reproduce