View Single Post
  #4  
Old 02-02-2018, 01:24 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X Payments Failing after Server Move

Maintenance page in admin at the bottom of the page you can enter new starting order number.

You can also run this sql on upgrade page sql box
Code:
ALTER TABLE xcart_orders AUTO_INCREMENT = XXX;
where XXX is the next number you want to use. Careful with this - not tested.

Or directly change the next record number in database for orders table
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote