boetje Posted October 19, 2006 Posted October 19, 2006 Hey folks, The problem I have is the following. When I populated the store (catalog) with easy populate I get to see the product images in the frontend of the store, though in the admin section I get the error: image does not exist. Nor the categories or flag images show up in the admin section. Can anybody help me to solve my problem? Cheers, Boetje
Andrew Yuen Posted October 19, 2006 Posted October 19, 2006 are these values set correctly in your configure file in catalog/admin/includes/configure.php? define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); Make sure that those valuse point to where your image and icons folder is located on your server. Andrew Yuen osCommerce, Community Team
boetje Posted October 19, 2006 Author Posted October 19, 2006 are these values set correctly in your configure file in catalog/admin/includes/configure.php? define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); Make sure that those valuse point to where your image and icons folder is located on your server. Dear Andyy15, Thanks for your reply.The imagepath in the config file admin/includes was wrong. My mistake. Cheers, Boetje :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.