phpbar.de logo

Mailinglisten-Archive

[php] Re: [php] errror-log statt "or die"

[php] Re: [php] errror-log statt "or die"

Stefan Schiller php_(at)_phpcenter.de
Thu, 14 Mar 2002 15:29:14 +0100


Am Donnerstag, 14. März 2002 15:00 schrieben Sie:

> > error_log(mysql_error(), 3, '/var/tmp/my-errors.log');
...
> Warning: error_log: Unable to write to /tmp/mysqlerr.log

/var/tmp/my-errors.log ist nicht gleich /tmp/mysqlerr.log

> Das Verzeichnis tmp existert im Apache Ordner und eine
und bestimmt auch nicht im Apache-Ordner!

try:

 error_log(mysql_error(), 3, '/Apache-Ordner/my-errors.log');


Gruss Stefan


php::bar PHP Wiki   -   Listenarchive