View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09131Bug reportsRemoteControlpublic2014-09-08 21:19
ReporterBea Assigned Toc_schmitz  
PriorityurgentSeverityblock 
Status closedResolutionunable to reproduce 
Product Version2.05+ 
Summary09131: Fatal error: Uncaught exception 'Zend_XmlRpc_Client_HttpException' with message 'Internal Server Error'
Description

Hi.

We have encountered an error in remotecontrol_handle.php, using the function List_participants (parameter $aAttributes = TRUE )
When attempting to use the API raises an error 500.

It has been cast in the debugging file and we have observed that the fault occurs on line 1800.

                 if ($ aAttributes) {
                     $ aBasicDestinationFields = Tokens_dynamic :: model () -> TableSchema-> columnNames;
return array ('status' => 'Not up here');
                     $ aTokenProperties = array_intersect ($ aAttributes, $ aBasicDestinationFields);
                     $ currentAttributes = array ('tid', 'token', 'firstname', 'lastname', 'email');
                     $ extendedAttributes = array_diff ($ aTokenProperties, $ currentAttributes);
                 }

Additional Information

The problem is the same as is described here:
http://bugs.limesurvey.org/view.php?id=8996

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)Versión 2.05+ Build 140703
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMYSQL Version 5.5.17
Server OS (if known)Linux
Webserver software & version (if known)Apache
PHP Version5.3.17

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2014-07-24 13:02

administrator   ~30341

I cannot reproduce this. Please update to the latest version and try again.
If you still have the issue please attach the survey as survey archive and the full client code you are using.

c_schmitz

c_schmitz

2014-09-08 21:19

administrator   ~30497

Closed due to missing feedback.

Issue History

Date Modified Username Field Change
2014-07-04 10:02 Bea 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 13:02 c_schmitz Note Added: 30341
2014-07-24 13:02 c_schmitz Status assigned => feedback
2014-09-08 21:19 c_schmitz Note Added: 30497
2014-09-08 21:19 c_schmitz Status feedback => closed
2014-09-08 21:19 c_schmitz Resolution open => unable to reproduce