Error reporting turned off

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shabam

    Error reporting turned off

    If the host has turned off error reporting in php.ini and I'm not able to
    override it, what recourse do I have to debug my php scripts?


  • Chris Hope

    #2
    Re: Error reporting turned off

    Shabam wrote:
    [color=blue]
    > If the host has turned off error reporting in php.ini and I'm not able to
    > override it, what recourse do I have to debug my php scripts?[/color]

    You can change the error reporting level in your script with the
    error_reporting () function. Refer to the manual page for more info:


    --
    Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/

    Comment

    Working...