View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20553 | Bug reports | Survey taking | public | 2026-06-06 18:52 | 2026-06-06 19:07 |
| Reporter | Mazi | Assigned To | |||
| Priority | none | Severity | block | ||
| Status | new | Resolution | open | ||
| Product Version | 6.17.x | ||||
| Summary | 20553: 500 server error when survey is accessed directly via movesubmit parameter under PHP 8.x | ||||
| Description | When a survey is called directly with move=movesubmit in the URL (without going through the normal survey start flow), the session is never fully initialized. As a result, $_SESSION[$this->LEMsessid]['insertarray'] is null when setArgs() is called during the submit process. This is a common use case in panel research workflows where respondents are redirected directly to a completion/screenout/quota-full survey without going through the normal survey navigation. Root Cause: Proposed Fix: | ||||
| Steps To Reproduce | Steps to reproduceCreate a survey with "Save referrer URL" (refurl) set to Y in survey settings Expected resultSurvey submit completes successfully, session missing keys are handled gracefully. Actual result500: Internal Server Error | ||||
| Tags | No tags attached. | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | 6.17.4 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | MySQL 5 | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | PHP 8.3 | ||||
|
@DenisChenu, can you comment on this minor "adding isset() check" adjustment?! |
|