View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20363 | Bug reports | Survey editing | public | 2025-11-20 15:38 | 2025-11-25 00:26 |
| Reporter | spec | Assigned To | |||
| Priority | none | Severity | minor | ||
| Status | new | Resolution | open | ||
| Summary | 20363: Multiselect options no longer activate the multi-edit combo box | ||||
| Description | On any screen that allows multiple selections (e.g. surveys or central participant database), when you select multiple options the combo box to edit the selected items stays disabled. | ||||
| Steps To Reproduce | Steps to reproduceOpen the surveys screen and select multiple surveys Expected resultThe multi select combo box on the bottom of the screen should become active with the options to edit multiple surveys Actual resultThe multi select combo box on the bottom of the screen remains deactivated / disabled | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | 6.16.0+251120 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | MySQL 8.3.26 | ||||
| Server OS (if known) | Redhat Linux | ||||
| Webserver software & version (if known) | |||||
| PHP Version | 8.3.26 | ||||
|
I was able to get this resolved by checking the error logs from cPanel Admin in GoDaddy and noting that the error was related to several .htaccess files whih were referencing <IfVersion commands which were showing up a s invalid. Once I commented out these .htaccess files, the grid options started working as intended. Below is an example of one of the files after commenting out the options. Order Allow,DenyAllow from all#</IfVersion> Require all granted<IfModule mod_access_compat.c>Order Allow,DenyAllow from all</IfModule>#</IfVersion> |
|