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

    (@alanp57)

    These messages are written out to the WordPress debug.log that normally does not write out to a file until a site has the following in their wp-config.php:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    I do not know why these messages are finding their way in your php error log. Debug message written by Media Library Folders serve as a debugging tool for when individuals are having a problem with some MLF feature.

Viewing 1 replies (of 1 total)
  • The topic ‘Getting messages in PHP error log’ is closed to new replies.