#2572 - Softer error handling
| Identifier | #2572 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Softer error handling |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_configuration |
| Description | Add extra config options for errors...
Treat PHP notices: - Skip over - With error notifications and logging - With attached message - Fatally (default is With attached message) Treat PHP warnings: - Skip over - With error notifications and logging - With attached message - Fatally (default is fatally) Treat PHP errors: - Skip over - With error notifications and logging - With attached message - Fatally (default is fatally) Treat PHP strict standards/depreciation violations: - Skip over - With error notifications and logging - With attached message - Fatally (default is With attached message) Database strict mode: - On - Off Next to stack traces would be a button to go to the configuration area where these are set, so staff could tweak the settings - OR, if they happen within admin_config itself it would be an instant "turn off errors" button. |
| Steps to reproduce | |
| Additional information | Burying errors is not great, but it would be good to let people do it, because there's not always someone around to deal with it, and things can sneak up. Maybe burying only would work well enough for a site to keep going in like 80% of cases. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet