Guest Posted February 12, 2008 Posted February 12, 2008 Hey guys, Ive got an issue here, for some reason the product images on my website aren't showing up, while when i upload them through the admin panel, the preview seems fine, but for some odd reason they wont display on the actual site itself, Does anyone know why this is happening? Any help would be greatly appreiciated. Thanks. Site: www.adventuresindiving.co.uk
bioss Posted February 12, 2008 Posted February 12, 2008 http://adventuresindiving.co.uk/images/ima.../Knighthawk.jpg this is the problem imagecache in the in the file "configure.php" see this line define('DIR_WS_IMAGES', 'images/'); this is what need to be in this line.
Guest Posted February 12, 2008 Posted February 12, 2008 Needs to be? that line appears exactly as you wrote it: define('DIR_WS_IMAGES', 'images/'); what needs changing?
♥Vger Posted February 12, 2008 Posted February 12, 2008 Add this in both configure.php files: define('DIR_WS_CACHE', DIR_WS_IMAGES . 'imagecache/'); Vger
Guest Posted February 12, 2008 Posted February 12, 2008 no change when just adding it, and if i remove define('DIR_WS_IMAGES', 'images/'); and replace with define('DIR_WS_CACHE', DIR_WS_IMAGES . 'imagecache/'); it causes more problems.
Guest Posted February 13, 2008 Posted February 13, 2008 I can't psyicaly see it in the FTP file that should hold it, but if i change the CHMOD it tells me that, that specific files rights cant be changed. Which shows its being seen. I went to go back to try and reupload it again via the admin panel, but... now i can't even see my admin panel. When i go to log in, i just get a clear screen!! Help!
Guest Posted February 13, 2008 Posted February 13, 2008 Okay, fixed the admin panel problem, but the images are still causing problems. I managed to get one image working fine, thru reuploading stuff thru the ftp, but when i tried another product, i got the view for the small example, but now the larger one wont show up. without me doing any manual editing, I seem to get the main image upload to the 'images/' directory fine, but nothing in the 'imagecache/' directory, and regardless of which is being linked it wont show up on the site, despite the fact the other one is working fine. '
Guest Posted February 13, 2008 Posted February 13, 2008 Okay, fixed the admin panel problem, but the images are still causing problems. I managed to get one image working fine, thru reuploading stuff thru the ftp, but when i tried another product, i got the view for the small example, but now the larger one wont show up. without me doing any manual editing, I seem to get the main image upload to the 'images/' directory fine, but nothing in the 'imagecache/' directory, and regardless of which is being linked it wont show up on the site, despite the fact the other one is working fine. ' You mean the http://adventuresindiving.co.uk/images/Xte...istComputer.jpg image is not showing? It is in a different directory. BTW, the other image is way too big.
Guest Posted February 13, 2008 Posted February 13, 2008 You mean the http://adventuresindiving.co.uk/images/Xte...istComputer.jpg image is not showing? It is in a different directory. BTW, the other image is way too big. it's not in another directory Oo, I can give you a screen shot of the FTP if you like to prove it. as for the file size, yea i know i need to reduce them, however that would only distort things at the worst right? it wouldnt refuce to show anything.
Guest Posted February 13, 2008 Posted February 13, 2008 Can anybody tell me how to fix this? It's causing me to loose alot of time.
Guest Posted February 14, 2008 Posted February 14, 2008 Can nobody tell me how to either: Change the pointer for the preview images to the main images/ directory or Make the admin panel upload the file into 2 locations? images/ and imagecache/ ??
Guest Posted February 14, 2008 Posted February 14, 2008 Can nobody tell me how to either: Change the pointer for the preview images to the main images/ directory or Make the admin panel upload the file into 2 locations? images/ and imagecache/ ?? What does the admin/includes/configure.php say in realation to images?
Guest Posted February 14, 2008 Posted February 14, 2008 What does the admin/includes/configure.php say in realation to images? You mean this? define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_CACHE', DIR_WS_IMAGES . 'imagecache/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.