• I have tried creating my php error log manually and through this plugin, both with no success.

    The php-errors.log is located in my html folder with the correct full path set, the code was entered into the wp-config file as well, still no results, my dashboard just keeps telling me,

    The log file /home/edittedwebsitenamehere/html/php-errors.log does not exist or is inaccessible.

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    Here are some ideas:

    • Double-check the file path. If it includes any symbolic links, try changing it to a direct path. For example, if html is a link to public_html or www, try using the direct path instead of the link.
    • Compare the file permissions of the log file with other WordPress and plugin files, like the files in /wp-content/plugins/error-log-monitor. In most cases they should be the same or very similar.
    • Check if the file has the right owner and group. Again, usually it should be the same as other WordPress files.
    • Is open_basedir enabled on this server? If so, make sure that the log file is in one of the specified directories.
Viewing 1 replies (of 1 total)
  • The topic ‘Trouble creating php error log’ is closed to new replies.