Jolsvi Posted January 7, 2022 Share Posted January 7, 2022 Hi, I got an error 500 when I tried to create order from backofficce. I tried to debug and it shows this Property Order->total_paid is not valid at line 984 in file classes/ObjectModel.php Have anyone experiencing the same issue? Link to comment Share on other sites More sharing options...
Webfrog Posted March 27, 2023 Share Posted March 27, 2023 Hi i have the same issue currently. Did you manage to find a solution? Link to comment Share on other sites More sharing options...
Prestachamps Posted March 27, 2023 Share Posted March 27, 2023 Hi @Jolsvi 1: Try making another order manually using a different payment method. It's probable that the payment module isn't making the order correctly. 2: On this error page, click the [9 Arguments] of the Validateorder function to see which of the parameters are not being sent to the validateOrder function correctly. 3: Do a test by first turning off all overrides and modules that aren't from Prestashop (from the BO performance page) and then making a similar order. Check the error logs and exception logs in the var/log/ folder for any hints (Warnings on undefineg values) about missing or wrong parameters. Have a nice day, Leo. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 27, 2023 Share Posted March 27, 2023 Kindly share the Prestashop version in which you are facing the issue. ->Please check whether is there "PaymentModule.php" file exist in the following path : "override/PaymentModule.php". If yes, then try by commenting the same. ->Also check the module uses the "actionValidateOrder" hook and check by commenting/disabling modules one by one. You can check modules using hook "actionValidateOrder" at "Go to Back office admin panel and then go to Design>> positions. Screenshot for referencce : https://nimb.ws/2VAmNH" 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