I have an issue with order status on 1.39. I am using TY tracker which works fine except when updating the status to status=4. I am facing this issue on more than one store on fresh 1.39.
I have 15 diffenrent order status, When selecting status=4 (which is order canceled) I get server error 500. I noticed this in the URL.
While testing i noticed that if i update the order to any status except status=4 the URL would look something like this
http://......./admin/tracker.php?sec...79&action=edit
When I update to status=4 it looked like this:
http://......./admin/tracker.php?sec...n=update_order
Which cause the 500 error. If I change the update_order to edit. the page would load fine and the status would get updated.
I looked everywhere in the orders.php to see if status=4 is hardcoded but no luck.
This might be compatibility issue with 1.39 but I am not sure.
Is there anyone else facing this problem?
Is there a solution???



