VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: jack19 on April 03, 2012, 12:01:10 PM

Title: Serious bug in jos_virtuemart_userinfos
Post by: jack19 on April 03, 2012, 12:01:10 PM
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
Title: Re: Serious bug in jos_virtuemart_userinfos
Post by: Milbo on April 03, 2012, 14:53:27 PM
This problem is solved in the latest version I. The tableupdater should not drop fields in the tables for the userinfos anylonger.