Quote Originally Posted by AshleyNG2 View Post

Regarding the HUGE images, that was what they were uploaded as, IH would have solved this using the sizes I specified in the config but as I've disabled it for now (until this is resolved). Will have to manually edit the images if I can't solve this.
1)
No, Image handler is basically a php script, most people don't upload massive image over a megabyte (the images you have are photographic quality not web optimised), in all likelyhood image handler is choking (timing out) on the sheer size of the images/ one of your images is 1.3 MB (1,305,878 bytes) in size,

Basically what you could try is, saving those images for the web normally that would mean they are about 10-20% of the filesize but they still look the same on a monitor.

Image handler will create all 3 sizes but the problem is "possibly" that the raw file is so big that the script is timing out before completeing.

This does happen ocasionally and it is normally down to either really large raw files or something corrupted

2)
What version of Imagehandler are you using, and what version of Zencart?

3)
Did you get the admin/imagehandler.php page working, because this is where image handler is installed from, and from what you say you seem to have installed it


edit---------------------------------------------------------------------------
4)
What errors are showing in the /cache folder in the rot of your site
note the errors will be in the /cache folder not the /bmz_cache folder