Yes I know about the support thing but I hope this goes faster.
I changed the order number of my latest order to 52934925 in the database but it didnt accept a number longer than 8 figures so it changed it to 2147483647.
So I changed that to 2945 but EVERY TIME an order is made it set the ID to 2147483647!! And when the person after that makes an order, it gives a database error when trying to make the order on my website!!
Is there a way to reset the whole "order database"? I removed all orders from va_orders and all order events but problem is still here!
Hyper (Guest)
25 Sep 2009 12:45 PM
Ok I fixed it. In the database (va_orders) all the way down u can find that big number. Change it into 1 for example and its fixed. This IS a bug btw..