Bug #58379
Task #49162: Rewrite install tool
Detect display_errors=Off during installation
Status: | New | Start date: | 2014-05-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.5 | Sprint Focus: | ||
Complexity: | medium |
Description
If global display_errors is off, and the install tool fatals during installation for whatever reason, user may get a white page instead of an exception, leaving him without reasonable information.
Maybe this could be adapted in the install steps or in the global installation?
History
#1 Updated by Christian Kuhn over 1 year ago
- Parent task set to #49162
#2 Updated by Helmut Hummel 24 days ago
Do we really want to hint people into heaving insecure server setups?
We could however just set the ini setting to on during the installation process. this would work in most hosting setups …
#3 Updated by Georg Ringer 24 days ago
- Subject changed from Detect dispaly_errors=Off during installation to Detect display_errors=Off during installation