Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Rick
Rick
when i dump this table ( va_user_profile_sections) to the database , the registration page come up empty for new user, i have checked all in ( Site Users > User Types > New Costumer > Profile Settings ; Predefined Fields )
Do i have to do any change in any other setting page?
thanks
 
Vera
Vera
It's hard to tell where is the problem, we created a dump of this table, applied it and everything was okay on registration page afterwords. So to investigate this problem further, please send us a ticket via our support page where provide step by step instructions of your actions and your admin login details.
 
Regards,
ViArt Support Team
 
 
Rick
Rick
this is the table what i have :
 
DELETE FROM `va_user_profile_sections`;
INSERT INTO `va_user_profile_sections` (section_id, is_active, step_number, section_order, section_name) VALUES (1, 1, 1, 1, 'LOGIN_INFO_MSG');
INSERT INTO `va_user_profile_sections` (section_id, is_active, step_number, section_order, section_name) VALUES (2, 1, 1, 2, 'PERSONAL_DETAILS_MSG');
INSERT INTO `va_user_profile_sections` (section_id, is_active, step_number, section_order, section_name) VALUES (3, 1, 1, 3, 'DELIVERY_DETAILS_MSG');
INSERT INTO `va_user_profile_sections` (section_id, is_active, step_number, section_order, section_name) VALUES (4, 1, 1, 4, 'ADDITIONAL_DETAILS_MSG');
 
is this table missing something ? but i have no use with it , so i just ignore it and everything work fine.
Regards
Last modified: 16 Aug 2010 5:25 PM