@ Peggy
Nope, not a db problem. It’s a memory problem that you’ll have to discuss with your host. It seems the memory allocated to PHP is being exhausted so the thumbnails for you images can not be created. This happens for one of two reasons…
The host is actually “hard” limiting the memory to a value less than what you have set. PHP will still happily report the value set even though it is not available.
The other reason is large multi-mega pixel images were uploaded instead of more web friendly resolutions. Processing multi-megabyte can very easy exhaust the memory PHP has.
What I’ve done is edited the plugin on your site so it no longer shows an image on the Manage screen so it works now.
My first suggestion, is log into your site with FTP, navigate to the ../wp-content/uploads/connections-images/ folder. Download the original image for each entry, downsize them and upload the downsized version overwriting the original.
