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. 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.