Jump to content

technical error: unable to save carrier


Recommended Posts

After switching the shop live (and now using https/ssl) I get an javascript error message on screen:

TECHNICAL ERROR: unable to save carrier
Details:
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.2
The info from Advanced Settings » Configuration
Template: 604-clearstyle
Version der Server-Software: Apache/2.2.26 (Unix)
PHP-Version: 5.3.28
Speichergrenze: 512M
max_execution_time: 120

Link to comment
Share on other sites

  • 5 months later...

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 by Fins (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...