Jump to content

Errors are not logging to errors.log


Recommended Posts

have a look under /var/log/apache2  ( if you installed php as a module of apache that is)

 

your question was that you could not see the error logs for php. I presumed you were looking at the default server error logs. Whereas the php error logs are stored under the apache directory:

/var/log/apache/error.log

have a look under /var/log/apache2  ( if you installed php as a module of apache that is)

 

your question was that you could not see the error logs for php. I presumed you were looking at the default server error logs. Whereas the php error logs are stored under the apache directory:

/var/log/apache/error.log

 

my error log file is in the /var/log/php/errors.log.

my error log file is in the /var/log/php/errors.log.

Is PHP configured to log the errors there? Look for the error_log directive within your php.ini.

 

If php is not configured to report errors to a specific location it will instead log the errors to your http servers error log.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.