Trigunflame |
03-10-2006 01:09 AM |
Quote:
Originally Posted by TunerNetwork
I need to add this back.
But, when i got to import the product, i get this error:
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'vbgenable',
'vbgarage',
'1',
'1',
'boolean',
'yesno',
10,
0,
1,
'_vbgarage'
),
(
'vbgcomments',
'vbgarage',
'1',
'1',
'boolean',
'yesno',
20,
0,
1,
'_vbgarage'
),
(
'vbgmaxupload',
'vbgarage',
'6',
'6',
'number',
'',
30,
0,
1,
'_vbgarage'
),
(
'vbgmaxfilesize',
'vbgarage',
'200000',
'200000',
'number',
'',
40,
0,
1,
'_vbgarage'
);
MySQL Error : Duplicate entry 'vbgenable' for key 1
Error Number : 1062
any ideas?
|
1. uninstall product
2. delete any vbgarage tables if they exist
3. in the settings, deleted any vbgarage ones..
preferably do step 2,3 from phpmyadmin.
|