Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog images directory does not exist - error


tonyohara

Recommended Posts

Hi all,

I am new to osCommerce so please be gentle.

I have been playing around a bit with the script and with some of the excellent contributions from yourselves in the forum. Anyway, while doing this yesterday I noticed an error message appearing at the top of my screen informing me that the 'Catalog images directory does not exist'. I am running locally and can see that the folder does in fact exist but if I attempt to update a product with a new image this error again appears but this time preceded by 'Error: Destination does not exist'. Can anyone point to what the problem is here or what I have done to cause this behaviour ?

 

thanks in advance !

 

Tony

Link to comment
Share on other sites

make sure in your /includes/cofigure.php

 

that the images dir is set correctly

 

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

 

and the same for the admin/includes/configure.php

 

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...