Refactor #519
Avoid the White Screen
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Trivial | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | Revolution-2.0.0-rc-3 | |||
| JiraID: | MODX-1891 | Resolution: | Fixed | |
| Environment: | All | Affects Revolution Version: | Revolution-2.0.1-pl |
Description
It would make for much easier installing if there were a static warning page (I'm talking just .html) that lists the PHP requirements and gives a bit of warning that clicking continue might crash PHP a la http://modxcms.com/forums/index.php?topic=42189.0 That would at least give newbies a visual cue that yes, setup has started and give them an idea of what PHP requirements there are, and if they get the white screen, they'd at least know what to do. I'm sure you guys have thought of things like this, so sorry if this is an obnoxious duplicate request.
History
Updated by Shaun McCormick about 2 years ago
It's not like we're loading a white screen on error The white screen occurs on FATAL errors; we'll have to implement custom error handling and exception handling to do this properly. I can assure you that more checks on this are on the way.