When using photos directly from my camera, I get this:
Fatal error: Allowed memory size of 125829120 bytes exhausted (tried to allocate 14104 bytes) in /home4/heritagenc/public_html/components/com_autostand/lib/thumbnail_images.class.php on line 97
It's an 18.2 MP camera. If I edit the photo down to 1024x768, it saves fine.
I'd prefer not to edit each photo. (Or re-take them on a lower setting.) Is there something I can possibly do on my web host to allow it to process these?
the problme could be in the server side. probably you need to increase the php.ini settings to use more memory and the POST_FILE_SIZE
Maybe you are upload some image bigger then the allowed.
PHP as setting to max file size and mas upload size. Wich means tha tif you upload 5mg/image ir may work fine, but if you add 4 images you'll get 20MG of upload_post with in most servers is not allowed