I upgraded from 2.0.0 to 2.0.2 and I noticed that from the DB table jos_virtuemart_userinfos were cut two fields, which I had added the 2.0.0. PartitaIva and and CodiceFiscale.
So by manually creating the DB (jos_virtuemart_userinfos) the two fields sheared and then change those fields I get this error:
vmError: TableOrder_userinfos::modify table - Unknown column 'CodiceFiscale' in 'jos_virtuemart_order_userinfos' SQL=ALTER TABLE `jos_virtuemart_order_userinfos` CHANGE CodiceFiscale CodiceFiscale VARCHAR(255)
vmError:
So it is also necessary in this table (jos_virtuemart_order_userinfos) recreating the fields blanked.
The problem can be solved otherwise?
Regards.
Joomla! 1.5.25
VM 2.0.2
This problem is solved in the latest version I. The tableupdater should not drop fields in the tables for the userinfos anylonger.