Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images Not Showing


Guest

Recommended Posts

Posted

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

Posted

Needs to be? that line appears exactly as you wrote it:

 

define('DIR_WS_IMAGES', 'images/');

 

what needs changing?

Posted

Add this in both configure.php files:

 

define('DIR_WS_CACHE', DIR_WS_IMAGES . 'imagecache/');

 

Vger

Posted

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.

Posted

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!

Posted

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.

'

Posted
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.

Posted
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.

Posted

Can anybody tell me how to fix this? It's causing me to loose alot of time.

Posted

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/ ??

Posted
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?

Posted
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/');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...