Announcement

Collapse
No announcement yet.

PHP's display_errors is on

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP's display_errors is on


    I'm rather surprised that you don't have display_errors turned off. You probably already know how, but just in case: to log errors you'll want to configure log_errors (enables logging), error_reporting (what to report), and error_log (location of error log).
    Last edited by chinoto; 18 April 2014, 10:51 AM. Reason: Had to put the image on my website, http://imagebin.org wasn't working

  • #2
    Originally posted by chinoto View Post
    I'm rather surprised that you don't have display_errors turned off. You probably already know how, but just in case: to log errors you'll want to configure log_errors (enables logging), error_reporting (what to report), and error_log (location of error log).
    Just for a short time this morning I was making code changes and had an error for about a minute, but it's resolved now. Error logging is hidden except in cases of parsing errors.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      So you're using ini_set() instead of php.ini to turn off display_errors then?

      Comment


      • #4
        I just had this message while setting up my preferences in the forum :

        Warning: Only variables should be passed by reference in ..../private.php on line 767

        Comment

        Working...
        X