No errors being returned

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

    No errors being returned

    I'm playing around with phpOpenTracker Since the example files generate
    a blank screen (and no HTML source) on my system, I'm trying to get PHP
    errors generated somehow, but nothing is working. In my php.ini, I
    have:

    error_reporting = E_ALL
    display_errors = On
    log_errors = On
    error_log = /var/log/httpd/php_error_log

    Yes, I restarted the web server :-) But no errors are printed to the
    screen, and nothing is logged. I touched /var/log/httpd/php_error_log
    and chmodded it 777, but still nothing.

    So... what do I need to do to find out what is unhappy?

    --
    * 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/ *
  • Erwin Moller

    #2
    Re: No errors being returned

    John Oliver wrote:
    [color=blue]
    > I'm playing around with phpOpenTracker Since the example files generate
    > a blank screen (and no HTML source) on my system, I'm trying to get PHP
    > errors generated somehow, but nothing is working. In my php.ini, I
    > have:
    >
    > error_reporting = E_ALL
    > display_errors = On
    > log_errors = On
    > error_log = /var/log/httpd/php_error_log
    >
    > Yes, I restarted the web server :-) But no errors are printed to the
    > screen, and nothing is logged. I touched /var/log/httpd/php_error_log
    > and chmodded it 777, but still nothing.
    >
    > So... what do I need to do to find out what is unhappy?[/color]

    Hi Oliver,

    I had excactly the same problem, but that was on a W2000/IIS5/ISAPI setup of
    PHP.
    I haven't solved it either, but since the customer didn't care too much, I
    stopped investigating.
    I changed the path, restarted, didn't work.
    The logfile just was empty, while I was sure I was making errors.

    If you happen to find out what is going on, please repost your findings
    here. :-)

    Regards,
    Erwin Moller

    Comment

    Working...