Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

category images sometimes work sometimes don't


jloyzaga

Recommended Posts

Posted

I looked at your catalog... your admin is probably similar..... in catalog/includes/configure.php change whatever you have to:

 

 

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

 

If its correct already, then you are probably trying to type the path to your image in admin..... don't!.... use the browse button instead and upload the image like this from you local hard drive....

Posted

my problem is that I'm trying to do this at my hosting site and setting up the products etc by logging onto the site and doing it remotely - does this make sense?

Posted

that doesn't explain why some work and some dont

 

Could you take a look at the site if I sent you the deatils via email?

Posted

The path to one of your images is:

 

http://arkmusic.com.au/catalog/images//catalog/images/bandika.jpg

 

 

I think its an error in your configuration file :shock:

Posted

Well.... I have configured the site... the image *is* in the image directory... the directory has the correct permissions.... SSL is off....the path shows correct when right click/properties..... still won't show! :shock:

 

Right click an image that *does* show... the path is correct..... check the other image itself... its corrupt! :roll: ... test with another image....success! :wink:

 

When you are adding products, use the browse button to find your image on your local machine..... dunno what corrupted your file :?

Posted

BTW... you have a problem with popup_image.php.... the Coolmenu code does *not* go in this file.... :shock:

Posted

Thank you - will do the SSL

Will fix the coolmenu

 

I think I know the corruption

 

All in all I owe you a big drink!!!

 

PM me and I'll send it to you!

 

 

Joe

Posted

*If* you have an SSL server

 

define('HTTPS_SERVER', 'https://your_secure_server');

define('ENABLE_SSL', true);

Archived

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

×
×
  • Create New...