Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Products Image


drvonnd

Recommended Posts

Posted

On the Add Product page at the "Products Image: block "I click on browse and double click on a product picture. It loads and then I click Preview. The picture is missing, with just the place holder there.

 

What is going wrong?

Posted

hello,

have a look in the configuration files of your admin-directory admin/includes/configure.php:

  define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
  ...
 define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

perhaps there is a mismatch...

 

regards

v

Posted
hello,

have a look in the configuration files of your admin-directory admin/includes/configure.php:

 ?define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
? ...
?define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

perhaps there is a mismatch...

 

regards

v

 

Thanks! I loaded B2B and it told me that I had to make the /images folder writeable. That solved it.

Archived

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

×
×
  • Create New...