sohel_108 Posted October 25, 2009 Posted October 25, 2009 ***********Please help me.************ Hi, I have install Oscommerce Chat 2.25 in my site(http://www.hbabyboutique.com/ please check left column) live chat icon always show offline. When its show in online. Please help me. Thanks
germ Posted October 25, 2009 Posted October 25, 2009 ***********Please help me.************ Hi, I have install Oscommerce Chat 2.25 in my site(http://www.hbabyboutique.com/ please check left column) live chat icon always show offline. When its show in online. Please help me. Thanks I don't know how to fix that problem, but I can fix another you have that you may not be aware of. Your secure (SSL) pages display the infamous "Do you want to display nonsecure items?" whern viewed in IE. One source of this problem is your "Stat counter" code. You have two instances of it in the source code, one with https links and the other with http links. The one with the http links is causing a problem in IE. 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 >
sohel_108 Posted October 26, 2009 Author Posted October 26, 2009 I have install chat2.2 $mysql_host = ""; $mysql_user = ""; $mysql_password = ""; $my_database = ""; $main_email = ""; $ICQ = ''; $form_rep = 1; // DO NOT CHANGE THIS Now I do not understand what is ICQ and main_email? Any one help me for this solution.
sohel_108 Posted October 28, 2009 Author Posted October 28, 2009 ******please help me********** I click on home it has encrytion problem(https://www.hbabyboutique.com). Also when I click contact too. please use IE to check it pops up do you want to view web content that was delivered securely? How about if we make all link http: except for my account link and log in link?
kinnikinnikbear Posted October 28, 2009 Posted October 28, 2009 this works on my site - Adding this code just before the stat counter javascript will prevent it from throwing out a warning- <?php if ($request_type == NONSSL) { /* only run statcounter NON SSL else it causes warning */ ?>
web-project Posted October 28, 2009 Posted October 28, 2009 Have you tried the LiveZilla 3.1.8.3 - Freeware Live Help chat program: http://www.livezilla.net/ it's very simply to install to oscommerce. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
germ Posted October 28, 2009 Posted October 28, 2009 ******please help me********** I click on home it has encrytion problem(https://www.hbabyboutique.com). Also when I click contact too. please use IE to check it pops up do you want to view web content that was delivered securely? How about if we make all link http: except for my account link and log in link? Did you ever consider reading and acting upon what I posted? :unsure: 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 >
sohel_108 Posted November 1, 2009 Author Posted November 1, 2009 I don't know how to fix that problem, but I can fix another you have that you may not be aware of. Your secure (SSL) pages display the infamous "Do you want to display nonsecure items?" whern viewed in IE. One source of this problem is your "Stat counter" code. You have two instances of it in the source code, one with https links and the other with http links. The one with the http links is causing a problem in IE. we have fixed but when i have click myaccount link in IE Its occur again.Please Help what can i do now?
germ Posted November 1, 2009 Posted November 1, 2009 we have fixed but when i have click myaccount link in IE Its occur again.Please Help what can i do now? A code snippet from said page: <base href="http://www.hbabyboutique.com/"> Either your configure file isn't correct or the site is recognizing that SSL is "on". Read this 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 >
germ Posted November 4, 2009 Posted November 4, 2009 Making progress I see. I think the "certificate error" in IE now is caused by the java script for your live chat code: In the code you have your HTTPS URL several times without the "www." Since that is how your SSL was issued you need to include that in any URL referencing your SSL side. 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 >
sohel_108 Posted November 10, 2009 Author Posted November 10, 2009 Making progress I see. I think the "certificate error" in IE now is caused by the java script for your live chat code: In the code you have your HTTPS URL several times without the "www." Since that is how your SSL was issued you need to include that in any URL referencing your SSL side. Hi, Every thing we have fixed as your article but I an do not know what is happen in IE. Could you check again (https://www.hbabyboutique.com/login.php). Thanks
germ Posted November 11, 2009 Posted November 11, 2009 Making backwards steps.... You've got the statcounter script in there twice again. One with the right code and one with the wrong code. Take the wrong one out (again) and post again. 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 >
germ Posted November 12, 2009 Posted November 12, 2009 I think I just figured out the warning. It's the HTTPS links in your statcounter code. Change all the links in your statcounter code to http: NOT https: Then change the code to look like this: <?php if ( $request_type == 'NONSSL' ) { ?> ******** DELETE THIS LINE AND PUT YOUR STAT COUNTER CODE HERE ******** <?php } ?> This addition of the PHP code will stop the statcounter script from showing on HTTPS pages and giving you the "non secure items" warning in IE. If this works be sure to tell your female accomplice that just emailed 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 >
eunalice Posted November 13, 2009 Posted November 13, 2009 I think I just figured out the warning. It's the HTTPS links in your statcounter code. Change all the links in your statcounter code to http: NOT https: Then change the code to look like this: <?php if ( $request_type == 'NONSSL' ) { ?> ******** DELETE THIS LINE AND PUT YOUR STAT COUNTER CODE HERE ******** <?php } ?> This addition of the PHP code will stop the statcounter script from showing on HTTPS pages and giving you the "non secure items" warning in IE. If this works be sure to tell your female accomplice that just emailed me. haha... I didn't realize that female accomplice was me. Thank you so much for your help. that worked perfect.
Guest Posted December 20, 2009 Posted December 20, 2009 Can anyone please help we are having HTTPS issues with our osc. It keeps showing "Do you want to view only the webpage content that was delivered securely?" each time customers begin to checkout on IE. I think the similar problem with Firefox also exist. Can any suggest what we are doing wrong? https://www.kvmtools.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.