Title: Getting messages in PHP error log
Last modified: May 17, 2017

---

# Getting messages in PHP error log

 *  Resolved [geomouchet](https://wordpress.org/support/users/geomouchet/)
 * (@geomouchet)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/getting-messages-in-php-error-log/)
 * When I use the plug-in I get messages like this in the PHP error log:
    [16-May-
   2017 16:53:24 UTC] starting url: [http://www.example.com/wp/wp-content/uploads/](http://www.example.com/wp/wp-content/uploads/)[
   16-May-2017 16:53:26 UTC] get_folder_data 72 [16-May-2017 16:53:40 UTC] folder
   location [16-May-2017 16:53:40 UTC] function create_new_folder [16-May-2017 16:
   53:40 UTC] starting url: [http://www.example.com/wp/wp-content/uploads/](http://www.example.com/wp/wp-content/uploads/)[
   16-May-2017 16:53:40 UTC] get_folder_data 72 [16-May-2017 16:53:41 UTC] starting
   url: [http://www.example.com/wp/wp-content/uploads/](http://www.example.com/wp/wp-content/uploads/)[
   16-May-2017 16:53:42 UTC] get_folder_data 72 [16-May-2017 16:53:55 UTC] starting
   url: [http://www.example.com/wp/wp-content/uploads/](http://www.example.com/wp/wp-content/uploads/)[
   16-May-2017 16:53:57 UTC] get_folder_data 72 [16-May-2017 16:53:59 UTC] starting
   url: [http://www.example.com/wp/wp-content/uploads/Videos](http://www.example.com/wp/wp-content/uploads/Videos)[
   16-May-2017 16:54:00 UTC] get_folder_data 561 [16-May-2017 16:54:22 UTC] starting
   url: [http://www.example.com/wp/wp-content/uploads/Videos](http://www.example.com/wp/wp-content/uploads/Videos)[
   16-May-2017 16:54:23 UTC] get_folder_data 561 [16-May-2017 16:54:24 UTC] starting
   url: [http://www.example.com/wp/wp-content/uploads/Videos](http://www.example.com/wp/wp-content/uploads/Videos)
 * Can you remove the debugging code? I would prefer to only have errors in my error
   log.

Viewing 1 replies (of 1 total)

 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/getting-messages-in-php-error-log/#post-9146341)
 * 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.

 * ![](https://ps.w.org/media-library-plus/assets/icon-128x128.jpg?rev=1814048)
 * [Media Library Folders](https://wordpress.org/plugins/media-library-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-plus/reviews/)

## Tags

 * [php error log](https://wordpress.org/support/topic-tag/php-error-log/)

 * 1 reply
 * 2 participants
 * Last reply from: [AlanP57](https://wordpress.org/support/users/alanp57/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/getting-messages-in-php-error-log/#post-9146341)
 * Status: resolved