Hello,
i am trying to install tagging on a vbulletin3.6 but I get this mysql error when I try to install it:
Thank you for your help
Database error in vBulletin 3.6.9:
Created Table: dbtech_usertag_mention
Created Table: dbtech_usertag_tag
Altered Table: administrator
Altered Table: user
Altered Table: usergroup
Updating Version Number To: 1.0.0
Altered Table: forum
Altered Table: user
Invalid SQL:
INSERT INTO `bbcode`
(`bbcodetag`, `bbcodereplacement`, `bbcodeexample`, `bbcodeexplanation`, `twoparams`, `title`, `buttonimage`, `options`)
VALUES (
'mention',
'@%1;',
'[mention]Username[/mention]',
'Mention an user to alert him or her to this post!',
0,
'Mention',
'dbtech/usertag/images/mention.png',
31
);
MySQL Error : Champ 'options' inconnu dans field list
Error Number : 1054
Classname : vB_Database
i am trying to install tagging on a vbulletin3.6 but I get this mysql error when I try to install it:
Thank you for your help
Database error in vBulletin 3.6.9:
Created Table: dbtech_usertag_mention
Created Table: dbtech_usertag_tag
Altered Table: administrator
Altered Table: user
Altered Table: usergroup
Updating Version Number To: 1.0.0
Altered Table: forum
Altered Table: user
Invalid SQL:
INSERT INTO `bbcode`
(`bbcodetag`, `bbcodereplacement`, `bbcodeexample`, `bbcodeexplanation`, `twoparams`, `title`, `buttonimage`, `options`)
VALUES (
'mention',
'@%1;',
'[mention]Username[/mention]',
'Mention an user to alert him or her to this post!',
0,
'Mention',
'dbtech/usertag/images/mention.png',
31
);
MySQL Error : Champ 'options' inconnu dans field list
Error Number : 1054
Classname : vB_Database