Amanmca Posted April 16, 2014 Share Posted April 16, 2014 our hosting company applied some security updates on the server for HeartBleed security threat. We have SSL certificate on our website and we having this issue since the update. Here is console data. Prestashop is still trying to call some unsecured scripts which is causing this error when you put postcode and try to calculate shipping under cart ( TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: error ) blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/css/bootstrap.css': this content should also be loaded over HTTPS. quick-order:1 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jcarousel/skin/skin.css': this content should also be loaded over HTTPS. quick-order:1 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jcarousel/jquery.jcarousel.js': this content should also be loaded over HTTPS. quick-order:1 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/css/jquery.powertip.css': this content should also be loaded over HTTPS. quick-order:1 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jquery.powertip.js': this content should also be loaded over HTTPS. quick-order:1 GET https://www.shadeaustralia.com.au/themes/shadeaus/css/logofiles/css/skeleton.css 404 (Not Found) quick-order:21 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/css/bootstrap.css': this content should also be loaded over HTTPS. quick-order:91 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jcarousel/skin/skin.css': this content should also be loaded over HTTPS. quick-order:94 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jcarousel/jquery.jcarousel.js': this content should also be loaded over HTTPS. quick-order:1 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/css/jquery.powertip.css': this content should also be loaded over HTTPS. quick-order:97 [blocked] The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but ran insecure content from 'http://www.shadeaustralia.com.au//themes/shadeaus/js/jquery.powertip.js': this content should also be loaded over HTTPS. quick-order:1 Uncaught SyntaxError: Unexpected token } page.js:309 Attr.specified is deprecated. Its value is always true. jquery-1.7.2.min.js?1388301148:2 The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but displayed insecure content from 'http://www.shadeaustralia.com.au/img/cms/shade-australia-geo-trust-logo.jpg': this content should also be loaded over HTTPS. quick-order:1 GET https://www.shadeaustralia.com.au/1566-small/oztrail-gazebo-mesh-side-walls.jpg 404 (Not Found) quick-order:430 event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery-1.7.2.min.js?1388301148:3 Invalid App Id: Must be a number or numeric string representing the application id. all.js:53 FB.getLoginStatus() called before calling FB.init(). all.js:53 The page at 'https://www.shadeaustralia.com.au/quick-order' was loaded over HTTPS, but displayed insecure content from 'http://www.shadeaustralia.com.au/quick-order': this content should also be loaded over HTTPS. jquery-1.7.2.min.js?1388301148:4 POST http://www.shadeaustralia.com.au/quick-order jquery-1.7.2.min.js?1388301148:4 sendjquery-1.7.2.min.js?1388301148:4 f.extend.ajaxjquery-1.7.2.min.js?1388301148:4 (anonymous function)order-opc.js?1388301148:508 f.event.dispatchjquery-1.7.2.min.js?1388301148:3 h.handle.i Link to comment Share on other sites More sharing options...
vekia Posted April 16, 2014 Share Posted April 16, 2014 problem is with this: The page at 'https://www.shadeaus....au/quick-order' was loaded over HTTPS, but displayed insecure content from 'http://www.shadeaust....au/quick-order': this content should also be loaded over HTTPS. jquery-1.7.2.min.js?1388301148:4 POST http://www.shadeaust....au/quick-order jquery-1.7.2.min.js?1388301148:4 sendjquery-1.7.2.min.js?1388301148:4 f.extend.ajaxjquery-1.7.2.min.js?1388301148:4 (anonymous function)order-opc.js?1388301148:508 f.event.dispatchjquery-1.7.2.min.js?1388301148:3 h.handle.i you're on ssl page (with https) and you're trying to post some contents with ajax query to nonsecured http page. you have to change nonsecured address to secured. Link to comment Share on other sites More sharing options...
Amanmca Posted April 16, 2014 Author Share Posted April 16, 2014 We have already done that in the backend of Prestashop. Do I need to make changes somewhere else as well in prestashop? or DO I need to update prestashop from 1.5 to 16 version? 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