• Hi,

    I have not been able to use it yet. I am getting a “The current error_log value error_log is not supported. Please change it to an absolute path” error.

    In the “Error logs” I can see that the Log file: error_log has a size “4.1 MB | Last modified: 2025-09-03 17:43,” so it seems to be retated to the dissplay somehow.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Golemiq

    (@awesomefootnotes)

    Hey Matt,
    Go to the settings of the plugin, make sure that WP Debug Enable and WP Debug Log Enabled are enabled, then set the value in WP Debug Log File Name to the absolute path of your error log file (default for WP is debug.log stored in the wp-content dir ) and save the settings. Plugin will try to store these in wp-config.php, if it is not writable – set these by yourself – WP_DEBUG and WP_DEBUG_LOG are the constants.
    If you are using ini_set directive in PHP (and it looks like you do), make sure that you are using the absolute path there. Keep in mind that when you are not using the WP debug constants, the errors reported and plugin capabilities are limited, so it is best to set these and use what WP provides you with.
    Long story short – whatever you use for setting the error log file, make sure it is point to the file using absolute (full) path.

Viewing 1 replies (of 1 total)

The topic ‘The current error_log value error_log is not supported.’ is closed to new replies.