|
Posted by John Oliver on 05/30/06 17:06
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/ *
[Back to original message]
|