Title: gallery folder missing
Last modified: August 20, 2016

---

# gallery folder missing

 *  Resolved [dodgeuk19](https://wordpress.org/support/users/dodgeuk19/)
 * (@dodgeuk19)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/gallery-folder-missing/)
 * Can you tell me why the gallery folder keeps disappering, twice now i have lost
   it, we have not installed any new plugins and have been access the folder via
   FTP, first the _cache folders go then the whole Gallery. over 1gb of images have
   gone
 * [http://wordpress.org/extend/plugins/eazyest-gallery/](http://wordpress.org/extend/plugins/eazyest-gallery/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/gallery-folder-missing/?output_format=md)
[1](https://wordpress.org/support/topic/gallery-folder-missing/?output_format=md)
2

 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/gallery-folder-missing/page/2/#post-3555395)
 * The development version has some extra checks before any files are going to be
   removed.
    The script does remove files after you permanently delete a folder.
   Somehow something triggers this process without any folder being deleted. I haven’t
   found why this happens. I’ll keep searching. Thanks for your patience.
 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/gallery-folder-missing/page/2/#post-3555396)
 * I have included extra checks in 0.1.0-RC-9
 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/gallery-folder-missing/page/2/#post-3555402)
 * **To whom it may concern:**
    This is a very serious problem, rendering the plugin
   unusable if we cannot solve it. I have tried various scenarios, but it won’t 
   happen to any of my test or live installs.
 * Please help me in finding this error by installing version [0.1.0-RC-12-debug](http://downloads.wordpress.org/plugin/eazyest-gallery.0.1.0-RC-12-debug.zip).
   In this version, all calls to delete files or folders have been disabled. Instead,
   the script will issue a warning message.
 * Please add the following code to your **wp-config.php** to catch the messages
   in **wp-content/error.log**.
    Before the line `/* That's all, stop editing! Happy
   blogging. */`.
 *     ```
       define('WP_DEBUG', true);
       define('WP_DEBUG_LOG', true );
       define('WP_DEBUG_DISPLAY', false);
       @ini_set('log_errors_max_len',0);
       @ini_set('display_errors',0);
       ```
   
 * Check this file daily to see if Eazyest Gallery tried to delete files and/or 
   folders. If so, please send the file to _eazyest (at) brimosoft.nl_.
    If you 
   still see your gallery disappearing, it most probably is not due to eazyest-gallery.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/gallery-folder-missing/?output_format=md)
[1](https://wordpress.org/support/topic/gallery-folder-missing/?output_format=md)
2

The topic ‘gallery folder missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eazyest-gallery_969cb1.svg)
 * [Eazyest Gallery](https://wordpress.org/plugins/eazyest-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eazyest-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eazyest-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/eazyest-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eazyest-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eazyest-gallery/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/gallery-folder-missing/page/2/#post-3555402)
 * Status: resolved