When a customer wants to place an order and gets to the final step, clicks on the "I confirm my order" button and after ... the page is loading for minutes without confirming the order. The customer is confused and does not know if the order is saved.
If the customer makes another click on the Confirm Order button, he gets the following message :
"Cart cannot be loaded or an order has already been placed using this cart"
If he received this message in BO the order is saved, but the customer has the above error message that I can find myself in BO Logs.
On the server, in logs, there are several errors, like:
mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/.........................../httpdocs/10/vcon/tabs/AdminOrders.php on line 52, referer: http://........................../10/vcon/index.php?tab=AdminLogs&token=1f77c87d7c66d7c97c6187aa7cbf8154
or:
[Mon Aug 26 22:45:05 2013] [warn] [client 78.97.203.132] mod_fcgid: stderr: PHP Notice: Undefined index: indice_lang in /var/www/vhosts/............../httpdocs/10/tools/smarty/compile/9afe7357e51e14258b4d939c0b5e6e5fd5186f38.file.blocklanguages.tpl.php on line 45, referer: http://..................../10/modules/cashondelivery/validation.php
[Mon Aug 26 22:45:05 2013] [warn] [client 78.97.203.132] mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in /var/www/vhosts/................../httpdocs/10/tools/smarty/compile/9afe7357e51e14258b4d939c0b5e6e5fd5186f38.file.blocklanguages.tpl.php on line 45, referer: http://................../10/modules/cashondelivery/validation.php
Did enywone else have this problem?