In order to fix this follow steps:
In your wordpress install Go to ‘../wp-content/plugins/woocommerce-upload-my-file/templates/myaccount/my-orders.php’
Edit and go to line 65
replace $order->populate( $customer_order );
with $order = new WC_Order( $order_id );
save file