View Issue Details

IDProjectCategoryView StatusLast Update
2572Composrcore_configurationpublic2016-05-31 05:43
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2572: Softer error handling
DescriptionAdd 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.
Additional InformationBurying 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.
TagsNo tags attached.
Attach Tags
Time estimation (hours)3
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-05-05 01:06 Chris Graham New Issue
2016-05-29 23:52 Chris Graham Description Updated
2016-05-31 05:43 Chris Graham Status Not Assigned => Resolved
2016-05-31 05:43 Chris Graham Resolution open => fixed
2016-05-31 05:43 Chris Graham Assigned To => Chris Graham