View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20581 | Bug reports | Response browsing | public | 2026-06-29 14:05 | 2026-06-29 16:48 |
| Reporter | fradeff | Assigned To | |||
| Priority | none | Severity | crash | ||
| Status | new | Resolution | open | ||
| Product Version | 6.17.x | ||||
| Summary | 20581: application/controllers/ResponsesController.php crashes (due to php 8.4) | ||||
| Description | The display of responses generates a php error: I've patched it adding a "?" before the second "int" on line 808: diff ResponsesController.php.00 ResponsesController.php < public function actionDeleteAttachments(int $surveyId, int $responseId = null): void
I've checked, the error is still in v 6.17.10 | ||||
| Steps To Reproduce | Steps to reproducecreate form activate fille, display answers Expected resultthe table of answers Actual resulta php error | ||||
| Tags | No tags attached. | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | LimeSurvey Community Edition Version 6.17.9+260619 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | FF 152.0.3 | ||||
| Database type & version | mysqlnd 8.4.22 | ||||
| Server OS (if known) | Debian GNU/Linux 12 | ||||
| Webserver software & version (if known) | Apache 2 | ||||
| PHP Version | PHP Version 8.4.22 | ||||
|
idem with application/helpers/admin/export/SurveyDao.php quick fixed: diff helpers/admin/export/SurveyDao.php.00 helpers/admin/export/SurveyDao.php
|
|