rapao Posted July 14, 2008 Posted July 14, 2008 Hello, I install OSCommerce from Cpanel / Fantastico. My sever use PHP 5. Problem: All images do not appear (Logo, produtcs etc.) :( For example: All images beginning of the link -->https://mysite.com/shop/images/store_logo.png Any suggestions? Thanks.
Guest Posted July 14, 2008 Posted July 14, 2008 Do you have SSK installed? Did you set bothe config files correctly? admin/includes/configure.php and catalog/includes/configur.php In both config files check the define('HTTPS'); and define9'ENABLE_SSL'); Make sure they are set right.
rapao Posted July 14, 2008 Author Posted July 14, 2008 Do you have SSK installed?Did you set bothe config files correctly? admin/includes/configure.php and catalog/includes/configur.php In both config files check the define('HTTPS'); and define9'ENABLE_SSL'); Make sure they are set right. Hello bktrain thank you for help me. My configure.php have this in lines 13, 14,15: define('HTTP_CATALOG_SERVER', 'http://mysite.com'); define('HTTPS_CATALOG_SERVER', 'https://mysite.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module I not have this file: catalog/includes/configur.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.