mmstoned Posted August 26, 2008 Posted August 26, 2008 Hello All! I recently took over the development of an oscommerce website and am runnning into a problem. I am unable to see any product pictures while in the admin section of the website. I am able to view them just fine from the front end of the store. Additionally, there isn't a logo displayed on the detail invoice. Intead I get the dreaded red "x". Viewing the properties for the missing images says it's no_image.gif. Has anybody else experienced a problem like this? Jeff
FIMBLE Posted August 27, 2008 Posted August 27, 2008 Hi Jeff Check you admin /includes / configure.php check the images folder is defined properly, this is usually the cause Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
mmstoned Posted August 27, 2008 Author Posted August 27, 2008 This is the code for configure.php ... Does anything look out of place? <?php define('HTTP_SERVER', 'http://www.simple-wifi.com'); define('HTTPS_SERVER', 'https://www.simple-wifi.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.simple-wifi.com'); define('HTTPS_COOKIE_DOMAIN', 'www.simple-wifi.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/tuna/simple-wifi.com/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); (code for dbase removed) ?> Thanks!
Guest Posted August 28, 2008 Posted August 28, 2008 If you get this corrected could you please pass the information along. I'm having the same problem. An example of what is correct would help me tremendously. PHP and I are not the best friends. Thanks Billy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.