View Single Post
  #10  
Old 07-06-2014, 12:17 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by cflsystems
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

Thank you for the quick WA.

I have reuploaded the upgrade packs with this addition in the patch.sql file

Code:
-- Thanks to Steve Stoyanov (Cflsystems) UPDATE `xcart_orders` SET `all_userid` = `userid` WHERE `all_userid`=0;
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote