- Posts: 13
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
$surveys = list_surveys($sSessionKey, 1); echo "list des sondages"; var_dump($surveys);
$surveys = list_surveys($sSessionKey);
$surveys = list_surveys($sSessionKey, 1); var_dump($surveys);
Fatal error: Uncaught Error: Call to undefined function list_surveys() in /web/www/alfred/qds/lmjsonAddParticipant.php:30 Stack trace: #0 /web/www/alfred/qds/qds.php(11): addParticipants(616685, Object(stdClass)) #1 /web/www/alfred/index.php(121): include('/web/...') #2 {main} thrown in /web/www/alfred/qds/lmjsonAddParticipant.php on line 30
sSessionKey trISAlM5__bH8i1AZn8Xa4ELZWYg_Oy2 Liste des sondages Fatal error: Uncaught Error: Call to undefined function list_surveys() in /home/jean/web/www/limesurvey/lmjsonAddParticipant.php:25 Stack trace: #0 {main} thrown in /home/jean/web/www/limesurvey/lmjsonAddParticipant.php on line 25
$surveys = $myJSONRPCClient->list_surveys($sSessionKey);