sid86 Posted October 1, 2016 Share Posted October 1, 2016 (edited) Prestashop 1.6.1.7 with Mollie 1.2.6 payment module After completing an order with the Mollie iDeal module, the attached message is shown when redirected back to the Prestashop store. Freely translated it says 'Welcome back. There is no definitive payment status known'. The order can be found in the admin order-overview, but no e-mails to the customer or shop-owner are send. Selecting bank payment results in a debug page with the following error: Fatal error: Class 'EC_Stock' not found in /home/admin/domains/website.nl/public_html/override/classes/order/OrderDetail.php on line 37 Can anyone point me in the right direction? Much appreciated. Thanks. Edited October 1, 2016 by sid86 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted October 2, 2016 Share Posted October 2, 2016 It would seem you have a module that is overriding OrderDetail.php and using a class isn't loaded. Make sure you didn't uninstall a module and accidentally leave the override there. If you want the module enabled, contact the author of the module for support. Link to comment Share on other sites More sharing options...
sid86 Posted October 2, 2016 Author Share Posted October 2, 2016 (edited) Thanks Rocky. How can I find out what module is causing the problem? Because looking at number of 'recent' new modules I'm clueless... In the admin under 'Advanced --> Performance' I selected to disable all overrides. Now the orders (iDeal and bank) are coming through. When I enable it again, the same problems persists. The strange thing is that now no products are displayed in the overviews (no matter if I enable or disable all overrides). For instance no products displayed in any categorie, no new products on homepage, etc. The search function still works and through this I can still visit an actual product page. Edited October 2, 2016 by sid86 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted October 4, 2016 Share Posted October 4, 2016 Open override/classes/order/OrderDetail.php and the module's folder name should be displayed in the comment of the overridden function. Link to comment Share on other sites More sharing options...
sid86 Posted October 5, 2016 Author Share Posted October 5, 2016 We found the problem, thanks! It was one of the modules. 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