Those numbers are the maximum value allowed for order_id numbers. Since most people start at 1 it's normally not a problem.
So, your orders table is probably damaged. You'll probably need to reset the auto_increment to match the highest legitimate orders_id in the database.
Either that, or you mussed with the database to make your next order number show as a very long number, causing it to blow out the maximum value allowed.
Bookmarks