Viewing 1 replies (of 1 total)
  • hi bobby.noonan,

    Your server will need write access to the file, so make sure to set the appropriate permissions.

    There are instructions included with the plugin that explain what to do and offer links to more detailed instructions:

    To enable error logging, create an empty file named “php-errors.log”. Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php:

    ini_set(‘log_errors’, ‘On’);
    ini_set(‘error_log’, ‘/full/path/to/php-errors.log’);

    See also: Editing wp-config.php, 3 Ways To Monitor PHP Errors

Viewing 1 replies (of 1 total)
  • The topic ‘Does not exist or is inaccessible.’ is closed to new replies.