• Hello

    I am facing some issues with a WordPress Plugin and need to provide Debug information. So I added this to wp-config.php

    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    But after waiting several minutes, there is no debug.log file in the /wp-content folder

    We run WordPress on an Azure hostes Server

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘No debug.log file in /wp-content’ is closed to new replies.