Dear all,
I just can't get this to install at all on 3.6.1. When I first tried a normal install with the dictionary file, I got the same problems many others have had: the install script took too long to run, and the server killed it. I then uninstalled the scraps of the mod that had wound their way into the system, and tried the alternative method (as above in this thread); but now always receive the following error during the import run:
PHP Code:
Database error in vBulletin 3.6.1:
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,9,19',
'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
Date : Saturday, September 23rd 2006 @ 03:41:45 AM
Script : http://www.(...)/forum/admincp/plugin.php?do=productimport
Referrer : http://www.(...)/forum/admincp/plugin.php?do=productadd
IP Address : 000.000.000.000
Username : username
Classname : vb_database
I've tried modifying the installscript as per comments above, but to no success.
I would deeply appreciate some assistance from anyone who's managed to get the script to work -- right now it simply doesn't function on 3.6.1, as it won't install.