caseymckinney Posted June 2, 2008 Posted June 2, 2008 I've put a few items in my shopping cart for testing but when I switched to a secure HTTPS conection all of my images are showing as a box with the red X in the corner.
germ Posted June 2, 2008 Posted June 2, 2008 I'll try to help, but I can't do it in the dark. I need to see what's going in in your HTML source. If you want me to help, post the URL to your shop, or PM it to me. 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 >
caseymckinney Posted June 3, 2008 Author Posted June 3, 2008 I've put a few items in my shopping cart for testing but when I switched to a secure HTTPS conection all of my images are showing as a box with the red X in the corner. Here is the url to the shopping cart https://caseymckinney.ipower.com/osstore/
germ Posted June 3, 2008 Posted June 3, 2008 Post what you have for these lines in your /includes/configure.php file: define('HTTP_SERVER', ''); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', ?); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); Don't post the entire file. Just those 7 lines, please. 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.