Problem with PHP logging errors

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

    Problem with PHP logging errors

    I'm having a devil of a time with phpBT. It displays nothing but a
    blank screen. I'm trying to get some kind of indication of what's going
    on, but am having no luck whatsoever. I've tried:

    log_errors = On

    error_log = /var/log/php.log

    And:

    error_log = syslog

    I've tried:

    display_errors = On

    and added:

    error_reporting (E_ALL);

    to my PHP file. So far, I'm getting nothing.

    What do I need to do to get some errors reported?

    --
    * John Oliver http://www.john-oliver.net/ *
    * Reform California gun laws - http://www.reformcagunlaws.com/ *
    * http://www.gunownersca.com - http://www.crpa.org/ *
    * San Diego shooters come to http://shooting.forsandiego.com/ *
Working...