View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08833 | Bug reports | RemoteControl | public | 2014-03-10 12:23 | 2014-03-20 14:52 |
Reporter | LaurentS | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 08833: RC activate_tokens throws error but action is done, with imported servey | ||||
Description | Hi there,
I join the survey template that I import. I tried doing the first 3 steps "manually" from LimeSurvey admin pages, then just activating tokens with RC : same result. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 140302 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MySQL 5.1 | ||||
Server OS (if known) | Linux | ||||
Webserver software & version (if known) | Apache (hosted, don't know version) | ||||
PHP Version | 5.3.16 | ||||
The attached file ending with "26513" is not the one I wanted to upload. The correct one is ending with "TMP", but I can't find how to delete the first one. Thanks to any staff member for deleting the first one. |
|
Can you provide the code example you are using to do the mentioned steps? |
|
I use a few php scripts on our hosted website, which I call from our backoffice application. Limesurvey is installed in wwwroot/survey/ Currently I can only send GET requests from our backoffice (will soon be upgraded to send POST), so the password for the account 'survey_admin' used everywhere is stored in the config.php file. Note that you'll also have to set $LS_BASEURL to your test URL in this file. Sample requests would be : returning SURVEYID http://mydomain/applications/activate_survey.php?user=survey_admin&id=SURVEYID http://mydomain/applications/activate_tokens.php?user=survey_admin&id=SURVEYID&attr=1;2 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14046 |
|
The problem was that the imported survey already had attribute fields defined. If existing they will be used for attribute creation which collided with the ones you set in your RC call. Now your fields are created first, then the ones in the attribute definitions. |
|
2.05+ Build 140320 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-10 12:23 | LaurentS | New Issue | |
2014-03-10 12:23 | LaurentS | File Added: modele_quest_final_26513.lss | |
2014-03-10 12:45 | LaurentS | Issue Monitored: LaurentS | |
2014-03-10 12:46 | LaurentS | File Added: modele_quest_final_TMP.lss | |
2014-03-10 12:50 | LaurentS | Note Added: 29160 | |
2014-03-10 12:51 | LaurentS | Note Edited: 29160 | |
2014-03-18 15:57 | c_schmitz | File Deleted: modele_quest_final_26513.lss | |
2014-03-18 15:58 | c_schmitz | Note Added: 29347 | |
2014-03-18 15:58 | c_schmitz | Assigned To | => c_schmitz |
2014-03-18 15:58 | c_schmitz | Status | new => feedback |
2014-03-18 18:22 | LaurentS | Note Added: 29357 | |
2014-03-18 18:22 | LaurentS | Status | feedback => assigned |
2014-03-18 18:23 | LaurentS | File Added: LaurentS_TEST_RC.zip | |
2014-03-19 17:10 | c_schmitz | Changeset attached | => LimeSurvey master 29ac2a12 |
2014-03-19 17:10 | c_schmitz | Note Added: 29419 | |
2014-03-19 17:10 | c_schmitz | Resolution | open => fixed |
2014-03-19 17:11 | c_schmitz | Note Added: 29420 | |
2014-03-19 17:12 | c_schmitz | Status | assigned => resolved |
2014-03-19 17:12 | c_schmitz | Fixed in Version | => 2.05+ |
2014-03-19 17:12 | c_schmitz | File Deleted: LaurentS_TEST_RC.zip | |
2014-03-20 14:52 | c_schmitz | Note Added: 29448 | |
2014-03-20 14:52 | c_schmitz | Status | resolved => closed |
2021-08-03 18:57 | guest | Bug heat | 4 => 6 |