View Single Post
  #9  
Old 07-05-2014, 09:49 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: New release: X-Cart 4.6.4 Classic

Serious bug in this upgrade - all orders will appear lost to customers after the upgrade. In admin on customers list page all customers have 0 orders.

Run this to correct (unofficial fix)
Code:
UPDATE `xcart_orders` SET `all_userid` = `userid` WHERE 1
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote