| Knowledgebase Home | Glossary | Favorites |
| PHP Error Reporting | ||||||||||||||||||||||||||||||||||||||||||
Stackable uses integers to represent possible values for the error_reporting setting.
As an example, to display only PHP notices to the browser, first Display Errors to On. To send only notices to the browser, refer to the chart above to find that the value for E_NOTICE is 8. In the Stackable Control Panel, set Error Reporting to 8. It's also possible to combine the above integers using bitwise values, as discussed here. Additional discussion about error_reporting constants can be found at php.net. |
| Visitor Comments |
| No visitor comments posted. Post a comment |
| Related Articles |
| No related articles were found. |
| Attachments |
| No attachments were found. |