drvonnd Posted January 14, 2005 Posted January 14, 2005 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?
vroqser Posted January 14, 2005 Posted January 14, 2005 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
drvonnd Posted January 17, 2005 Author Posted January 17, 2005 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 <{POST_SNAPBACK}> Thanks! I loaded B2B and it told me that I had to make the /images folder writeable. That solved it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.