Quote Originally Posted by sim8729 View Post
Hello, I have beenn having some issues with image handler 2 and 3. I cannot find anyone that can fix this issue. The issues are just on some products.


Issue 1.
On some products after uploading the first image. When I try to upload the 2nd image I am getting this error

Error!

Unable to determine the page link!

Function used:

zen_href_link('', '', 'NONSSL')

Issue 2. Some products I can upload the additional images they are just not showing up on the product page (only the 1st image is showing up).

Issue 3.
On some images it is not allowing me delete any images.
Read a couple of pages back, this is 99% of the time caused by invalid file names,
File names should only contain alphanumeric characters, dashes and underscores.

Invalid filenames can work sometimes in zencart (without IH3) installed, this is because zencart doesn't process or handle the image, it just passes the name straight to the browser, whereas image handler runs the image through optimisation and resizing functions and these invalid characters can cause issues with php as some of them have special meanings in php.

There is info on this in the IH3 documentation and also through out this thread

Issue 2 when you view these in imagehandler, what colour are the additional image filenames showing up, black or red? if they are red it means there is something wrong with the file.