remiandre Posted October 5, 2013 Share Posted October 5, 2013 I can not change order statuses after upgrading to PS 1.5.5.0When I choose new order status and press apply Firefox starts to work and says connecting in the tab line and waiting on "my website" at the bottom. In the order summary page I get the following message:Strict Standards: Declaration of Order::addCartRule() should be compatible with that of OrderCore::addCartRule() in /home/"my website"/public_html/override/classes/order/Order.php on line 44 No other fault messages. When I try to update order status with Store Manager for Prestashop I get following error message:1062; Duplicate entry '170' for key 'PRIMARY';INSERT INTO ps_order_history (id_order_history, id_employee, id_order, id_order_state, date_add) VALUES (170, 0, 67, 4, '2013-10-05 13:03:40'); Link to comment Share on other sites More sharing options...
El Patron Posted October 5, 2013 Share Posted October 5, 2013 strict standards should not be turned on unless you are in development of code.... turn off strict standards, for best results search outside of PrestaShop on how to do so. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2013 Share Posted October 7, 2013 In addition to what El Patron said, it might be that the store manager you use has some overrides which are not compatible with the latest release 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