Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Upgrade from MS1 to MS2 but product image gone!!


szenses

Recommended Posts

Posted

hi,

 

just upgraded from MS1 to MS2 but now my product images disappeared.

 

did a phpAdmin and all the product filenames are still in the database. going to admin also shows that each product has an image file. but there is no image.

 

what's going on? how to bring the images back?

Posted

Take a look at your configuration variables in catalog/includes/configure.php

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

is the usual setting, make sure it is the correct path if concatenated with the value of DIR_WS_HTTP_CATALOG a couple lines above.

 

Then, on the admin side, take a look at admin/includes/configure.php

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

this must be the correct physical or absolute path to the same directory.

 

Also be very careful in the placement or omission of slashes in these variables.

Archived

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

×
×
  • Create New...