03/31/2016 at 9:03 am
#371174
Keymaster
@ Cole
Navigate to the ../wp-content/uploads/connections-images/ folder via FTP. look for the folder for the entry causing the problem and delete it. Doing so should restore the functionality.
The issue… a multi-megapixel image was uploaded causing the memory allocated to PHP being exhausted when Connections tries to process it. There are protections to try to prevent this from happening by using wp_max_upload_size() but this can be overridden by changing the default max upload size for upload_max_filesize or post_max_size to values that can easily exceed the memory available to PHP.
Hope that helps! Let me know.
