I apologize if this question has already been asked and answered…but after reading through hundreds of pages of posts…I think one of my eyes fell out…
So…my situation is as follows:
I am running Zencart v1.2.7
And ImageHandler 1.0-beta 2
My primary use of image handler was to Show Uploaded Images in Cart
Everything was working fine….and all of sudden no more thumbnails of customer uploaded images showing in cart as a thumbnail.
In researching my problem I discovered the thumbnails of the customer uploaded images are no longer being created at all. It appears the images are being uploaded fine, but the image does not pass to the thumbnails subdirectory.
I’ve checked all my directory paths and path names and permissions and everything looks good there, and there have been no other code changes.
In reading the posts…I observed that the versions of GD, ImageMagick and maybe PHP could be the source of this problem.
I know my host has upgraded versions of things and the host server now runs PHP version 5.05… but what versions do I need for things to work correctly?
Is there anything I can do on my end if the versions do not match the Image Handler requirements?
Does the new ImageHandler version 2 for 1.2.x address this?
Does the new ImageHandler version 2 for 1.2.x still allow customer uploaded images to be displayed as thumbnails in the shopping cart?
Does the new ImageHandler version 2 for 1.2.x work with PHP 5.05?
I’ve looked at my errors logs and noticed the script that fails to complete is: show_uploaded_image.php --But I don’t get any error message in the shopping cart…
If I need to update to ImageHandler version 2 for 1.2.x, I’ve read I first need to uninstall the old version of ImageHandler (manually).
But do I also need to remove all of the databases changes using the mysql_remove_image_handler.sql that came with the image-handler_1.0beta2 download?
Any input or direction would be immensely appreciated.