
Originally Posted by
snoz4343
Hi. I'm having a big problem loading images. I have read the read me file, and FAQ many times. I have gone through 29 pages of posts here. I have a website that will have thousands of images by the time its done. So I took particular note on how to name the images, and because of that I may be doing it wrong. My website is fourthquartersports.com... Under category, and sub category; Basketball>Youth Basketball Uniforms, I was able to add 3 or 4 products with 7-10 additional images, no problem. But then the problem starts as I try and add more products. The product image will show up on my product page when I hit preview, but it wont show up in image handler, as I try and add additional images. Then as I try and add more images I get this message. Error!
Unable to determine the page link!
Function used:
Heres a page that I cannot add images to,
http://fourthquartersports.com/youth...short-924-p-69..
Just looked at the view source for the page and here is your image source
PHP Code:
<img src="images/_MED924_basketball_youth_basketball_uniform_short_striped_dazzle_bla" alt="Basketball etc etc etc
You will notice that the image name is truncated
Your name is tooooo long and won't fit in the database.
The image name is stored as varchar(64) and your image name is longer than that, so it gets chomped. The additional images won't show up as they are looking for a longer base name.
Bookmarks