Jump to content

TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: error


Recommended Posts

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
[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
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

 

Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...