View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003956 | Composr | installer | public | 2019-11-18 01:20 | 2020-05-27 17:50 |
| Reporter | Chris Graham | Assigned To | Chris Graham | ||
| Severity | Feature-request | ||||
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Fixed in Version | |||||
| Summary | 0003956: Graceful handling if PHP is not installed | ||||
| Description | If PHP is not installed, launching install.php creates a redirect loop, due to <meta> redirects in the code. At minimum stop this by obfuscating the embedded HTML a bit. Ideally though, there'd be some kind of message saying PHP should be installed. | ||||
| Tags | No tags attached. | ||||
| Time estimation (hours) | 0.5 | ||||
| Sponsorship open | |||||
|
|
Implemented nicely. Shows clean message, unless "Header set X-Content-Type-Options "nosniff"" is in a .htaccess file (unlikely for a n00b user just starting their install). Even if "Header set X-Content-Type-Options "nosniff"" is there it at least won't get in a redirect loop anymore. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-11-18 01:20 | Chris Graham | New Issue | |
| 2020-05-27 17:50 | Chris Graham | Assigned To | => Chris Graham |
| 2020-05-27 17:50 | Chris Graham | Status | non-assigned => resolved |
| 2020-05-27 17:50 | Chris Graham | Resolution | open => fixed |
| 2020-05-27 17:50 | Chris Graham | Note Added: 0006567 |