Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Automatically Index FoldersI have this on my list for a future version. My main concern now is to get version 0.1.0 free of bugs
Could your please try if the error message still appears if you use the Development Version?
please send to eazyest (at) brimosoft.nl
Forum: Plugins
In reply to: [Eazyest Gallery] gallery folder missingTo 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.Forum: Plugins
In reply to: [Eazyest Gallery] gallery folder disappears along with contentsTo 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.Forum: Plugins
In reply to: [Eazyest Gallery] gallery folder disappears along with contentsI am going to explore the code once again.
The script should only delete the folder from the file system when you permanently delete a galleryfolder post in admin.
If the plugin can’t find a folder, it will trash the galleryfolder post instead of permanently delete to prevent the folder from being deleted from file system on a read/write error.
Somehow the script is still deleting the folders from file system.I still can’t find anything wrong. What other plugins do you have?
Hm, Can’t reproduce this error.
It shouldn’t show an error message for ‘next’, because it is a valid response to check the next folder for new images.
Could you share your site url?What browser do you use on what computer?
You get this message every time you open the Eazyest Gallery – All Folders page?
I suspect a javascript error.
What happens if you open your folders in Admin?Forum: Plugins
In reply to: [Eazyest Gallery] Read This First before submitting a new issueAnd don’t forget to read the plugin description and Frequently Asked Questions
Forum: Plugins
In reply to: [Eazyest Gallery] Change gallery templateYes, they should be. Eazyest Gallery folders actually are posts. The plugin stores folder information in custom posts types.
It uses single-galleryfolder.php to display folders. If that can’t be found, it will use single.php.Forum: Plugins
In reply to: [Eazyest Gallery] Change gallery templateIf you want to adjust the templates compare the template with the template in your theme and add your theme’s stuff to the eazyest gallery template.
Forum: Plugins
In reply to: [Eazyest Gallery] Change gallery templateThe plugin has templates included for the default WordPress twenty* and weaverii themes.
You could copy thearchive-galleryfolder.phpto your child theme and adapt it to your theme.
The files are inplugins/eazyest-gallery/themes/
However, you could also use the [eazyest_gallery] shortcode in one of your page, to get the same gallery archive pages as you had with Lazyest Gallery. If you use the shortcode, you’d better remove the breadcrumb trail to prevent visitors to stumble upon the default archive page.