snr Posted July 7, 2008 Posted July 7, 2008 Please I'm new at oscommerce community and need some urgent help! I read that the problem are the files configure.php. My osCommerce is on a server, http://www.sara-rodriguez.es/catalog/index.php In FireFox All is correct, the images are shown, but in Internet explorer the products imagen are not show, only apear a link to the image. catalog/includes/configure.php <?php define('HTTP_SERVER', 'http://www.sara-rodriguez.es'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.sara-rodriguez.es'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/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', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); At catalog/admin/includes/configure.php: <?php define('HTTP_SERVER', 'http://www.sara-rodriguez.es'); define('HTTP_CATALOG_SERVER', 'http://www.sara-rodriguez.es'); define('HTTPS_CATALOG_SERVER', 'http://www.sara-rodriguez.es'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog/'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Anybody see any problem?? Thank you so much
Guest Posted July 7, 2008 Posted July 7, 2008 perhaps define('DIR_FS_CATALOG', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog'); should be define('DIR_FS_CATALOG', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog/');
snr Posted July 7, 2008 Author Posted July 7, 2008 perhapsdefine('DIR_FS_CATALOG', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog'); should be define('DIR_FS_CATALOG', '/var/www/vhosts/sara-rodriguez.es/httpdocs/catalog/'); Thank you so much for your help!! I don´t know what to do.. I've try what you say and no products images are shown whith internet explorer. :-( Any other idea?
BryceJr Posted July 7, 2008 Posted July 7, 2008 Try changing your naming convention. Avoid '( )' and . dot(s) Use underscores _ instead
snr Posted July 7, 2008 Author Posted July 7, 2008 Try changing your naming convention. Avoid '( )' and . dot(s) Use underscores _ instead I try this and it works!!! Thank you so much guys!!!!
snr Posted July 7, 2008 Author Posted July 7, 2008 I try this and it works!!!Thank you so much guys!!!! I've been working whith osCommerce and I realized that only images of categories are shown, but the products images aren't shown, why is the reason?? :blink:
greenarmor Posted January 27, 2009 Posted January 27, 2009 I've been working whith osCommerce and I realized that only images of categories are shown, but the products images aren't shown, why is the reason?? :blink: I have a problem also same with snr.. Anyone canhelp please! internet explorer won't load all my product images.....
germ Posted January 27, 2009 Posted January 27, 2009 Nobody can help without a link to your site. We don't have magic spells to see what's wrong.... :huh: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.