This is a discussion on Re: [PHP] error_log does not work within the PHP General forums, part of the PHP Programming Forums category; Chris schrieb: > Merlin wrote: >> Hi there, >> >> I can not find a way to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Chris schrieb:
> Merlin wrote: >> Hi there, >> >> I can not find a way to get this working on one server of mine. The >> error_log() funciton does not result in an entry to this log. The log >> exists and php.ini is configured to write error warnings out (so it >> does on system warnings). The same thing workes excellent on another >> server of mine. >> >> Can somebody please shed some light on that? > > Permissions on the log file ? It will need to be writable by the > webserver user. > thank you, this was the Problem! |