Re: PHP log errors
- From: twomt <no-reply@xxxxxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 07:48:17 +0100
Rik Wasmus wrote:
On Sun, 30 Dec 2007 11:45:35 +0100, twomt <no-reply@xxxxxxxxxxxxxx> wrote:I am logging errors into a phperrors.log file and not anymore display them through the browser.
A very wise descision.
Only problem I have now is that it does not show errors generated by php scripts called from the browser, but only by those that are executed from the command line or through cron.
Does anyone have an idea if I am doing something wrong here?
display_errors = Off
log_errors = On
error_log = /home/user/domain/public_html/phperrors.log
Possibly the cli and the webserver use a different php.ini. What does a phpinfo() in both tell you? And if not, has the webserver write priviliges to your logfile?
--Rik Wasmus
So simple...
Thanks for the push in the right direction ;)
--
Nemesis War
Online browser based space combat game.
It's free, it's great, you'll love it.
Come join us at http://www.nemesiswar.net/
.
- References:
- PHP log errors
- From: twomt
- Re: PHP log errors
- From: Rik Wasmus
- PHP log errors
- Prev by Date: Re: looking for a CMS, any suggestion?
- Next by Date: Re: newbie: date/time functions problems
- Previous by thread: Re: PHP log errors
- Next by thread: Is APC the defacto opcode cache for PHP now?
- Index(es):
Relevant Pages
|