I had the 3.5x version already and re-uploaded the new files, set usergroup settings and when I uploaded the xml, I got this:
Code:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
VALUES
(
'vbspell_allow_all',
'vbspell',
'1',
'1',
'free',
'yesno',
2,
0,
1,
'',
0,
'spellvb'
),
(
'vbspell_use_groups',
'vbspell',
'2,5,6,7,12,13',
'5,6',
'free',
'',
3,
0,
1,
'',
0,
'spellvb'
),
(
'vbspell_levenshtein_distance',
'vbspell',
'3',
'3',
'free',
'',
4,
0,
1,
'',
0,
'spellvb'
);
MySQL Error : Duplicate entry 'vbspell_allow_all' for key 1 Error Number : 1062
Spellcheck button is not showing up as well. How do I fix this?