View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20581 | Bug reports | Response browsing | public | 2026-06-29 14:05 | 2026-08-07 15:37 |
| Reporter | fradeff | Assigned To | c_schmitz | ||
| Priority | none | Severity | crash | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 6.17.x | ||||
| Fixed in Version | 7.0.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 | ||||
| Story point estimate | |||||
| 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
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-29 14:05 | fradeff | New Issue | |
| 2026-06-29 16:48 | fradeff | Note Added: 85104 | |
| 2026-06-29 16:48 | fradeff | Bug heat | 0 => 2 |
| 2026-08-07 15:37 | c_schmitz | Assigned To | => c_schmitz |
| 2026-08-07 15:37 | c_schmitz | Status | new => closed |
| 2026-08-07 15:37 | c_schmitz | Resolution | open => fixed |
| 2026-08-07 15:37 | c_schmitz | Fixed in Version | => 7.0.x |