The log file does not exist or is inaccessible
-
Hello,
after moving to different hosting provider I have problem to set up Error Log Monitor.
It shows: The log file
/home/html/xxxx.cz/logs/php.log
does not exist or is inaccessible.I have edited wp-config to this:
//Enable error logging.
@ini_set(‘log_errors’, ‘On’);
@ini_set(‘error_log’, ‘/home/html/xxxx.cz/public_html/www/wp-content/elm-error-logs/php-errors.log’);//Don’t show errors to site visitors.
@ini_set(‘display_errors’, ‘Off’);
if ( !defined(‘WP_DEBUG_DISPLAY’) ) {
define(‘WP_DEBUG_DISPLAY’, false);
}I have checked url (I have in wp-config) with my hosting provider and it is right. Why is Error Log Monitor showing different url (in backend)? What is wrong?
Thanks you
Tom
- The topic ‘The log file does not exist or is inaccessible’ is closed to new replies.