News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Table userinfos check failed: Unknown address_type

Started by baroen, April 30, 2012, 16:52:14 PM

Previous topic - Next topic

AzMan

#15
What you need to do is to open the table jos_vm_user_info and search by query SELECT * FROM `jos_vm_user_info` WHERE address_type_name IS NULL;
It will most probably give a result with some number of entries.

I have run a custom SQL query for that table.
UPDATE `jos_vm_user_info` SET address_type_name = "-default-" WHERE address_type_name IS NULL

And this helped me to solve the problem with migration when vmError: Table userinfos check failed: address_type ST without name error occurs