Fatal error: Allowed memory size of ..... bytes exhaustedThis means the images you are trying to upload or process are too large for the server to handle. You should resize the images before uploading or use one of the
Uploaders available here.
If this is for a download image, then the PHP memory limit needs to be increased.
Download your setup.php file fro your Photo Cart folder on your
website to your computer. Open in a text editing program like notepad.
(don't use word).
On any blank line, add the following line:
ini_set('memory_limit', '60M');
Save and re-upload to your Photo Cart folder on your website
overwriting the existing one.