This has happened many times. I want to add an image to an existing gallery I have not edited in some time. The gallery never populates and if I add an image before I just end up with the single image.I have left the gallery edit page open for over an hour just to rue out slow server etc.
Current gallery in question is located here:
Hi Clifford!
Please update to the latest Enfold Version and let us know if that will fix the issue.
Thanks a lot
Cheers!
Basilis
went from 3.8.2 to 3.8.5 no change
thx
Hey!
The admin-ajax.php file fails to load in the gallery editor.
http://www.cliffordnovey.com/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Please increase the memory limit from 64MB to at least 128MB.
// http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
I tried option 2 and set the value to 128- fixed the issues I was having!!
2. Changing the Memory Limit via wp-config.php
If you don’t want to mess with the PHP.ini file, then you can go for this method. In this you won’t be needing to create any extra file in your Directory.
Just Adding define(‘WP_MEMORY_LIMIT’, ’64M’); in your ‘wp-config.php’ file would increase your PHP Memory Limit to 64 MB.