View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20359 | Bug reports | RemoteControl | public | 2025-11-19 01:02 | 2025-11-19 01:02 |
| Reporter | jmolins | Assigned To | |||
| Priority | none | Severity | partial_block | ||
| Status | new | Resolution | open | ||
| Product Version | 6.6.x | ||||
| Summary | 20359: Sending associative array to method set_participant_properties() produces "Calling parameters do not match signature" | ||||
| Description | (Limesurvey version 6.15.24) | ||||
| Steps To Reproduce | Steps to reproduceCreate an XML-RPC client and send the following request to the server. This request contains 4 params, the fourth one being an associative array (struct in XML-RPC). <?xml version="1.0" encoding="UTF-8"?> Expected resultThe previous should work as the method expects an associative array as forth parameters. Limesurvey tests are programmed with this in mind and the pass. It also works with JSON-RPC. Actual resultWe receive the following XML with the error: "Calling parameters do not match signature" <?xml version="1.0" encoding="UTF-8"?> I am going to send a pull request in Github that solves the issue. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 0 | ||||
| Complete LimeSurvey version number (& build) | 6.15.24+251117 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | No need since it is XML | ||||
| Database type & version | Any | ||||
| Server OS (if known) | Any | ||||
| Webserver software & version (if known) | Any | ||||
| PHP Version | 8.3 or any other | ||||