- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Request error: "Property \"Response_397719.397719X176X763764\" is not defined."
Please Log in to join the conversation.
if ($oResponse->$sResponseColumn == 'Y') {
Please Log in to join the conversation.
Please Log in to join the conversation.
public function getStatistics(): array { $survey = $this->getSurvey(); if (empty($survey)) throw new Exception("No survey to get statistics for"); $result = $this->getClient()->export_statistics($this->getSessionKey(), $this->getSurveyId(), "xls"); if (isset($result["status"])) throw new Exception("Error getting statistics data: " . $result["status"]); return $result; }
Please Log in to join the conversation.
Warning: Illegal string offset 'message' in C:\xampp\htdocs\limeSurvey5x\upload\themes\survey\api-calls\jsonRPCClient.php on line 175 Fatal error: Uncaught RuntimeException: Request have return error: P; Request: {"jsonrpc":"2.0","method":"export_statistics","params":["Q662unHBumcF1~a76Ul0iRQnTHbzy_m1",396972,"pdf","en","yes"],"id":2}; in C:\xampp\htdocs\limeSurvey5x\upload\themes\survey\api-calls\jsonRPCClient.php:251 Stack trace: #0 C:\xampp\htdocs\limeSurvey5x\upload\themes\survey\api-calls\jsonRPCClient.php(183): jsonRPCClient->validate(true, 'Request have re...') #1 C:\xampp\htdocs\limeSurvey5x\upload\themes\survey\api-calls\api_export_statistics_pdf.php(48): jsonRPCClient->__call('export_statisti...', Array) #2 {main} thrown in C:\xampp\htdocs\limeSurvey5x\upload\themes\survey\api-calls\jsonRPCClient.php on line 251
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.