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

    (@whiteshadow)

    It looks like the plugin is trying to read the Apache error log, which is not accessible to plugins. Did you intentionally point it to that log file, or did it start doing that on its own?

    Thread Starter filup

    (@filup)

    Nope, I’ve made no alterations to this plugin.

    Plugin Author Janis Elsts

    (@whiteshadow)

    Hmm, that’s strange. Try explicitly setting the error log file name in your wp-config.php like this:

    @ini_set('error_log', '/full/path/to/php-errors.log');

    Replace the example path with the actual log file path. Note that this must be an absolute path, not a path relative to your WordPress directory or FTP root.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two errors repeating in log re: plugin itself’ is closed to new replies.