scottyboy Posted April 5, 2010 Share Posted April 5, 2010 Hello all,yes, I have yet another SSL problem but I have searched the threads and tried a few things that seemed to help solve other peoples problems and found nothing that helps solve mine. When I checkout on my site I get the 'display unsecured content?' message on IE and an exclamation mark/security warning on firefox and chrome.The few people that have tried to place orders so far have emailed me telling me that they are interested in purchasing an item but are wary of buying anything because of the security messages that they get about my siteI have uninstalled Google analytics and my 'Wiznav' bar in the hope that it might help but it changed nothing.If anyone has any ideas what this could be then I would appreciate it very much as I've spent most of last night trying to work out what could be wrong. I think I'm at the stage now where I'm so frustrated, I cant see the answer that is probably staring at me and I can can do without another sleepless night racking my brains as to what the problem might be.PS: I'm using a 'quick SSL' from 'Geotrust' with my 1and1 web host package. Link to comment Share on other sites More sharing options...
scottyboy Posted April 5, 2010 Author Share Posted April 5, 2010 I can't believe it, after all that it turned out to be my 'sliding accordion' categories block module. I just uninstalled it and, hey PRESTO!..or should a say PRESTA! Why didn't I do that last night??!!!It was the Javascript code in the .TPL file for the categories block. I'll just need to tweak it a bit....right, where's my pillow. Link to comment Share on other sites More sharing options...
Star Posted April 5, 2010 Share Posted April 5, 2010 I can't believe it, after all that it turned out to be my 'sliding accordion' categories block module. I just uninstalled it and, hey PRESTO!..or should a say PRESTA! Why didn't I do that last night??!!!It was the Javascript code in the .TPL file for the categories block. I'll just need to tweak it a bit....right, where's my pillow. Are you using Rocky's commercial sliding accordion' categories block module? If you are, then I may be able to help since I am using the same one. I fixed the problems. Let me know. Link to comment Share on other sites More sharing options...
Shaun Posted April 17, 2010 Share Posted April 17, 2010 "Are you using Rocky's commercial sliding accordion' categories block module? If you are, then I may be able to help since I am using the same one. I fixed the problems. Let me know." Hi Star,I'm using Rocky's accordion categories module and suspect this is where my problems lie. My HTTPS pages were working fine before and then something changed to now generate unsecured warnings when i try to access HTTPS pages. I rechecked my media and they all have the HTTPS prefix as far as I can tell. If i navigate to a HTTPS page and then try access my products through the categories block module, it gets stuck on loading with an "authentication" error if i check the error on page message in IE.Any advice? Link to comment Share on other sites More sharing options...
Star Posted April 17, 2010 Share Posted April 17, 2010 This is how I fixed my problems. I used the free category menu module and later on I am using the comercial one , both of them are made by Rocky. I used the same way to fix the problem. http://www.prestashop.com/forums/viewthread/19866/P120/#209898 Link to comment Share on other sites More sharing options...
rocky Posted April 17, 2010 Share Posted April 17, 2010 I'm interested to learn more about this HTTPS issue in my module. I don't have HTTPS on my own server, so I can't test it. Please let me know how you fix it so I can incorporate it into the next version of the module. Link to comment Share on other sites More sharing options...
Star Posted April 17, 2010 Share Posted April 17, 2010 I'm interested to know more about this HTTPS issue in my module. I don't have HTTPS on my own server, so I can't test it. Please let me know how you fix it so I can incorporate it into the next version of the module. For my experience, if I add $useSSL = true; to the top of blockcategoriesaccordion.php after the <?, everytime when the customers clicked on the menu, it would make the pages that they clicked became ssl. If the pages were not ssl ready, it would break the site. What I did was I changed all of the {$base_dir} to {$content_dir} on all of the categoriesaccordion.tpl. And it works Link to comment Share on other sites More sharing options...
rocky Posted April 17, 2010 Share Posted April 17, 2010 I just searched through my AJAX Sliding Accordion Categories v2.1.2 module and I can't find {$base_dir} in there at all. I'm using the Link class to generate URLs for me, so I'm not sure what I can do to fix it. I'll look into it when I have time. Link to comment Share on other sites More sharing options...
Star Posted April 17, 2010 Share Posted April 17, 2010 I just search through my AJAX Sliding Accordion Categories v2.1.2 module and can't find {$base_dir} in there at all. I'm using the Link class to generate URLs for me, so I'm not sure what I can do to fix it. I'll look into it when I have time. I am in a big hurry now. But I will PM you where I fixed it tonight. Link to comment Share on other sites More sharing options...
Shaun Posted April 17, 2010 Share Posted April 17, 2010 I'm interested to know more about this HTTPS issue in my module. I don't have HTTPS on my own server, so I can't test it. Please let me know how you fix it so I can incorporate it into the next version of the module. For my experience, if I add $useSSL = true; to the top of blockcategoriesaccordion.php after the <?, everytime when the customers clicked on the menu, it would make the pages that they clicked became ssl. If the pages were not ssl ready, it would break the site. What I did was I changed all of the {$base_dir} to {$content_dir} on all of the categoriesaccordion.tpl. And it works Star, you're a star! I replaced all of the {$base_dir} to {$content_dir} references in the blockcategoriesnc.tpl and I'm now able to access the sub-categories from Rocky's block categories module. My "https://www.goldgalleon.com/authentication.php?back=my-account.php" page is now showing it's secure as well as the "https://www.goldgalleon.com/order.php" page.The HTTPS contact form page which is still showing unsecured so I guess that is just a matter of tracking down a {$base_dir} reference and changing it to {$base_dir_ssl}....... Link to comment Share on other sites More sharing options...
Shaun Posted April 25, 2010 Share Posted April 25, 2010 I just found that I'm having the same issue on the "Contact Us" page which is confusing to me. If I changed all the {$base_dir} to {$content_dir} references in the blockcategoriesnc.tpl (and I dbl checked that I did), why would I get stuck on the "Loading" text attempting to access a category, or sub-category, from the Contact Us page?SOLVED (for me) - I replaced the Contact-Us.php file and everything works as it should. Link to comment Share on other sites More sharing options...
Yoda Posted May 9, 2010 Share Posted May 9, 2010 I just found that I'm having the same issue on the "Contact Us" page which is confusing to me. If I changed all the {$base_dir} to {$content_dir} references in the blockcategoriesnc.tpl (and I dbl checked that I did), why would I get stuck on the "Loading" text attempting to access a category, or sub-category, from the Contact Us page?SOLVED (for me) - I replaced the Contact-Us.php file and everything works as it should. Sorry, can you tell me what did you replace the Contact-Us.php with? I got the same problem... Link to comment Share on other sites More sharing options...
Shaun Posted May 9, 2010 Share Posted May 9, 2010 I just found that I'm having the same issue on the "Contact Us" page which is confusing to me. If I changed all the {$base_dir} to {$content_dir} references in the blockcategoriesnc.tpl (and I dbl checked that I did), why would I get stuck on the "Loading" text attempting to access a category, or sub-category, from the Contact Us page?SOLVED (for me) - I replaced the Contact-Us.php file and everything works as it should. Sorry, can you tell me what did you replace the Contact-Form.php with? I got the same problem... One of the solutions i tried was to replace the Contact-Form.php in the root directory, cleared my browser cache and navigated to the contact page and that page now showed secure.I've attached my file for reference, not sure if you're using the default Contact-Form. Let me know how it goes...contact-form.php Link to comment Share on other sites More sharing options...
Yoda Posted May 10, 2010 Share Posted May 10, 2010 I just found that I'm having the same issue on the "Contact Us" page which is confusing to me. If I changed all the {$base_dir} to {$content_dir} references in the blockcategoriesnc.tpl (and I dbl checked that I did), why would I get stuck on the "Loading" text attempting to access a category, or sub-category, from the Contact Us page?SOLVED (for me) - I replaced the Contact-Us.php file and everything works as it should. Sorry, can you tell me what did you replace the Contact-Form.php with? I got the same problem... One of the solutions i tried was to replace the Contact-Form.php in the root directory, cleared my browser cache and navigated to the contact page and that page now showed secure.I've attached my file for reference, not sure if you're using the default Contact-Form. Let me know how it goes... It works. Thank you. But I just checked on your site, and the category and tag modules links from your contact us page have IE unsecured error. And a lot of images are missing when it is using IE. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 What version of IE are you using? Is it IE 6? I work in Opera by default but use Firefox and Chrome in conjunction to test. I very rarely use IE so I guess I should use it more :-( Link to comment Share on other sites More sharing options...
Yoda Posted May 10, 2010 Share Posted May 10, 2010 What version of IE are you using? Is it IE 6? I work in Opera by default but use Firefox and Chrome in conjunction to test. I very rarely use IE so I guess I should use it more :-( I am using IE8. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 Mmmm...I'm going to have to check this. Thanks for pointing it out Yoda. Link to comment Share on other sites More sharing options...
Yoda Posted May 10, 2010 Share Posted May 10, 2010 Hate to tell you, you have more problems. When I clicked on the tags links and the secure page logos from the ssl page, these are what I got. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 It took me while but finally figured (self taught and what i know is dangerous :-) ) out I had to put /* SSL Management */ $useSSL = true; at the beginning of the Search.php file. I also had my second advertising module set up as <!-- MODULE Block advertising --> <!-- /MODULE Block advertising --> instead of <!-- MODULE Block advertising --> <!-- /MODULE Block advertising --> It all looks good now, thanks again for catching that! Link to comment Share on other sites More sharing options...
Star Posted May 10, 2010 Share Posted May 10, 2010 The FAQ link from your contact us page still has IE unsecured error. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 Ahhhh, it is indeed. Just fixed it, thanks Star... Link to comment Share on other sites More sharing options...
Star Posted May 10, 2010 Share Posted May 10, 2010 Ahhhh, it is indeed. Just fixed it, thanks Star... I think if you change the template to a black background will make your products standout. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 I'm not averse to giving it a try, but how would i do that? Link to comment Share on other sites More sharing options...
Star Posted May 10, 2010 Share Posted May 10, 2010 Use the default themes as a base, and work on it. Or find a black background themes and cahnge the look.I just attached two styles for ideas. Link to comment Share on other sites More sharing options...
Shaun Posted May 10, 2010 Share Posted May 10, 2010 Yeah, that looks pretty cool. I'll give it a go after I finish my Facebook page.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now