MrViper Posted February 9, 2015 Share Posted February 9, 2015 Maledizione il giorno che ho aggiornato alla 1.6.0.11. Tra i tanti casini causati e risolti, c'è quello che alla creazione di un nuovo ordine restituisce questo messaggio di errore: [PrestaShopException] Can't save Order at line 340 in file classes/PaymentModule.php 335. $result = $order->add(); 336. 337. if (!$result) 338. { 339. PrestaShopLogger::addLog('PaymentModule::validateOrder - Order cannot be created', 3, null, 'Cart', (int)$id_cart, true); 340. throw new PrestaShopException('Can\'t save Order'); 341. } 342. 343. // Amount paid by customer is not the right one -> Status = payment error 344. // We don't use the following condition to avoid the float precision issues : http://www.php.net/manual/en/language.types.float.php 345. // if ($order->total_paid != $order->total_paid_real) PaymentModuleCore->validateOrder - [line 1366 - modules/paypal/paypal.php] - [10 Arguments] PayPal->validateOrder - [line 1098 - controllers/admin/AdminOrdersController.php] - [9 Arguments] AdminOrdersControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Sto cercando soluzioni ma al momento non è ho trovato. Qualcuno ha avuto e risolto questo problema?? Grazie 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