Hi VM lovers,
I'm trying to migrate from VM 1.1.9 (on Joomla 1.5) to 2.0.6 (on Joomla 2.5) follow the instruction by Milbo at: http://forum.virtuemart.net/index.php?topic=95236.0 (http://forum.virtuemart.net/index.php?topic=95236.0)
Before doing that, I have used J2XML to imported 20K users from Joomla 1.5 site to Joomla 2.5 site, keeping the same user_id.
Everything went fine, but I have a big problem with user_id since the Migrator changed user_id from old system. I would like to keep the same user_id from old VM system.
Please advise.
Thanks,
T
Figured out the problem.
VM 2 Migrator uses the user_id from #__users table, not from #__vm_user_info.
The problem came from J2XML, it exported-imported with wrong user_id.
I re-import #__users table using jUpgrade, it works now.