Question
How do I turn the display_errors flag on for php?
Answer
The fastest way to do this is to create a custom php.ini file in your site's folder (typically public_html), and add
display_errors = OnThe entire file should look something like
[PHP]
display_errors = On
when you are done. Of course, you can add more variables to this, if you like.Still need help?
If you need further assistance than this entry provided, please, do open up a support ticket, we are here to help you out

