wsobsessions Posted January 14, 2006 Posted January 14, 2006 Hi all, I'm in the midst of setting up a store. I've set up a shared SSL with my host. Everything is working fine, except for the buttons on my SSL pages (login, create account, and checkout). They're coming up with the RedX. :angry: I've searched the forums, and tried just about everything I found that I thought would help, to no avail. Any thoughts and/or suggestions would be much appreciated. :rolleyes: Thanks, Lenny
xXDesertRoseXx Posted January 14, 2006 Posted January 14, 2006 Hi there Lenny :) did you manage to sort your prob out with the images? if so... Please could you give me a couple of pointers as I also have shared ssl and i have been battling for days now. What I'm wondering is what files/folders does one put into the SSL folder? and after that do I just change the setting in the config files? Look forward to hearing from you :) Rose The strong survive BUT the best succeed !! 1064 - You have an error in your SQL syntax
wsobsessions Posted January 16, 2006 Author Posted January 16, 2006 Problem solved with a very simple fix. Anyone else having this problem, here's the fix... Line 41 of application top is where $request_type is defined. $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Swap these around, ie: $request_type = (getenv('HTTPS') == 'on') ? 'NONSSL' : 'SSL'; The original thread is http://www.oscommerce.com/forums/index.php?sho...79entry349379 All thanks & credit to AlanR!!! -Lenny
Recommended Posts
Archived
This topic is now archived and is closed to further replies.