View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
20119Bug reportsRemoteControlpublic2025-05-22 14:51
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 heat2
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

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