View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
20119Bug reportsRemoteControlpublic2025-06-27 12:12
ReporterDenisChenu Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Summary20119: Unable to use limonaid with PHP8.1 (and up)
Description

When using limonaid : always have error : Argument 'txt' must be a JSON string, URL or file.
https://r-packages.gitlab.io/limonaid/

The issue in limonaid : https://gitlab.com/r-packages/limonaid/-/issues/2 it's a limonaid issue

Steps To Reproduce

Steps to reproduce

Lauch R and

install.packages('limonaid')
install.packages('xml2')
library(limonaid)
options(lime_api = 'https://master.sondages.pro/admin/remotecontrol')
options(lime_username = "rpcTesting")
options(lime_password = "Testing123!")
get_session_key()

Expected result

Get the key

Actual result

Erreur : Argument 'txt' must be a JSON string, URL or file.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)6.14.0
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2025-05-22 12:23

developer   ~82734

Already fixed for my 5.x version .

With php7.4 only text/javascript is needed : I put it in config

For php81 $request['params'] = array_values($request['params']); (i don't fix my fork are not 8.2 ready)

DenisChenu

DenisChenu

2025-05-22 14:51

developer   ~82735

PS
2025/05/22 11:39:28 [error] [exception.Error] Error: Unknown named parameter $admin in /var/www/htdocs/application/libraries/LSjsonRPCServer.php:37

c_schmitz

c_schmitz

2025-06-26 17:31

administrator   ~82988

Can we close this issue, since it is not a bug in LimeSurvey?

DenisChenu

DenisChenu

2025-06-26 18:21

developer   ~82994

Seems limonaid dev didn't fix this issue.

And the fix is simple.

Like you want

c_schmitz

c_schmitz

2025-06-27 12:12

administrator   ~83004

Sorry, I did not understand the fix then - can you explain what to change?

Issue History

Date Modified Username Field Change
2025-05-22 12:21 DenisChenu New Issue
2025-05-22 12:23 DenisChenu Note Added: 82734
2025-05-22 12:23 DenisChenu Bug heat 0 => 2
2025-05-22 14:51 DenisChenu Note Added: 82735
2025-06-26 17:31 c_schmitz Note Added: 82988
2025-06-26 17:31 c_schmitz Bug heat 2 => 4
2025-06-26 18:21 DenisChenu Note Added: 82994
2025-06-27 12:12 c_schmitz Note Added: 83004