OswellSpencer Posted October 2, 2020 Share Posted October 2, 2020 (edited) When I add item new order from Back Office it throws me 500 error, and after reloading page I see error: Order is added correctly ( however without status update to "payment accepted" as it should ). In "var/logs" I see "Invalid product vars at line 158 in file classes/Link.php". Thats the code: Prestashop 1.7.6.1 Edited October 2, 2020 by OswellSpencer (see edit history) Link to comment Share on other sites More sharing options...
OswellSpencer Posted October 3, 2020 Author Share Posted October 3, 2020 UP Delivery address is present in time of clicking "Create Order", and in database I see order with this field occupied correctly. Link to comment Share on other sites More sharing options...
OswellSpencer Posted October 3, 2020 Author Share Posted October 3, 2020 8 minutes ago, Crezzur said: Please enable your error reporting, this way you will receive an error report instead of a 500 page. I tried to go into debug mode, changed definse.inc.php to /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } In Admin Panel appears like debug mode is on, but it never appears like on the web. Tried clearing cache etc, without effect. Maybe there is some more cache somewhere... Link to comment Share on other sites More sharing options...
OswellSpencer Posted October 3, 2020 Author Share Posted October 3, 2020 1 hour ago, Crezzur said: When you try to add a new order do you receive some additional warning/error? Thats the only one. Link to comment Share on other sites More sharing options...
OswellSpencer Posted October 4, 2020 Author Share Posted October 4, 2020 I discovered that it is caused by "Mail Alert" module. Disabled it and it gone. 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