zzzooorrrx Posted May 16, 2014 Share Posted May 16, 2014 After switching the shop live (and now using https/ssl) I get an javascript error message on screen: TECHNICAL ERROR: unable to save carrierDetails:Error thrown: [object Object]Text status: error This error is reproducable when calling this url: https://die-wortmann.de/schnell-bestellung ( it's the checkeckout ) Firebug shows me an error: Laden von gemischten aktiven Inhalten "http://die-wortmann.de/schnell-bestellung" wurde blockiert. There is a request to a non-https URL. And this is blocked. But I've no clue where this is coming from. Smarty cache is already cleared. Any ideas to solve this? thx Wolfgang PS 1.5.6.2The info from Advanced Settings » ConfigurationTemplate: 604-clearstyleVersion der Server-Software: Apache/2.2.26 (Unix)PHP-Version: 5.3.28Speichergrenze: 512Mmax_execution_time: 120 Link to comment Share on other sites More sharing options...
zzzooorrrx Posted May 17, 2014 Author Share Posted May 17, 2014 (edited) sometimes it's to simple. As a real newbie I just forgot to check boxes under Preferences » General » Enable SSL and » Force SSL on all pages The only strange thing is that the link of the logo is still with http. Edited May 17, 2014 by zzzooorrrx (see edit history) Link to comment Share on other sites More sharing options...
Fins Posted October 22, 2014 Share Posted October 22, 2014 (edited) I realise that this has been resolved but this is for anybody else that may be searching for a solution. I just had the same problem and after a bit of debugging I found it was caused by a module using the php short code <? and not <?php. As the server wasn't configure to use the short code it therefore tried to serve the code as plain text causing the error. It also displayed the module's code as text at the top of the screen in the BO. The solution I used was to update the module's code but I could have amended the line containing short_open_tag in the php.ini file to enable the short code. Edited October 22, 2014 by Fins (see edit history) Link to comment Share on other sites More sharing options...
gianni_bracciali Posted November 10, 2014 Share Posted November 10, 2014 I tried to enable my SSL but my server keeps timing out. Can you suggest another solution for me? Link to comment Share on other sites More sharing options...
Recommended Posts