Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tloemail

    (@tloemail)

    Hi Ben,

    I downloaded the plugin and it has this on my dashboard:

    Error logging is disabled.

    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’);

    For reference, the full path of the WordPress directory is:
    /home/content/p3pnexwpnas06_data01/85/3129185/html/

    I’ve never added anything to the wp-config file and want to make sure I am doing this correctly. Should I add the above code directly above ““That’s all, stop editing! Happy blogging.” as listed on this website (featured in the dashboard area of this plugin): https://digwp.com/2009/07/monitor-php-errors-wordpress/

    Also, do I have to add the path to the folder into the code? Or do I just leave it the way it is?

    It took me all day to get to the point of being comfortable using filezilla, finding the wp-config folder, and adding the errors folder…lol. Just want to make sure I don’t mess anything up.

Viewing 1 replies (of 1 total)