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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.