Beautiful Makeup Posted February 22, 2013 Share Posted February 22, 2013 (edited) Hi, I'm running Prestashop vers. 1.5.1.0, i have a problem the validation of orders in my shop. It have emerged after i have moved the shop from our test domain, to our real domain. The problem is that the payment is processed correctly, but after ordering im directed to my order history, and the cart isn't emptied. No order have been placed. I have checked my log-file, and i get the following error when i try to place an order: [22-Feb-2013 00:36:41 UTC] PHP Fatal error: Call to a member function addOrderPayment() on a non-object in /home/beautifu/public_html/beautifulmakeup.dk/classes/PaymentModule.php on line 307 I have checked my servers traffic log and i can see that im getting following traffic when i try to place an order: 1. call from Quickpay (my payment provider) to /modules/quickpay/validation.php 2 call from my ip to /modules/quickpay/complete.php?key=8eb3e64d62a5ee26e84dbf0268110ecf&id_cart=378&id_module=111 3. call from my ip to /order-history It looks to me like there's no problem with the callback from my payment provider, but the order dosen't get validated. Any help will be highly apriciated. Regards Jean Edited February 23, 2013 by Beautiful Makeup (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted February 23, 2013 Share Posted February 23, 2013 It seems you are using a modile called "Quick pay", and the error is related to that module. you may need to contact the author of the module. Link to comment Share on other sites More sharing options...
Beautiful Makeup Posted February 23, 2013 Author Share Posted February 23, 2013 I didn't realy found a solution. I just installed the shop again from a backup and now i works. Link to comment Share on other sites More sharing options...
shokinro Posted February 23, 2013 Share Posted February 23, 2013 thanks for feedback. I am glad it works now. Sometime, you have no idea how and where the errors come from, re-install will fix issue quickly if you are allowed to do so. Link to comment Share on other sites More sharing options...
Recommended Posts