01-10-2010, 03:47 PM
|
|
|
Join Date: Sep 2006
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by whem
Hi
thank you for this great work ..
but I have this error :
HTML Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
INSERT INTO bbcode VALUES (NULL, 'table', 'No code has to be inserted here.', '[table]column 1|column 2|column 3[/table]', 'With this vB code tables can be inserted into the post. Columns are seperated by ?|?, every new line is a new row.', 0, 'table', '');;
MySQL Error : Column count doesn't match value count at row 1
waiting for you
thank you ..
|
HTML Code:
INSERT INTO bbcode VALUES (NULL, 'table', 'No code has to be inserted here.', '[table]column 1|column 2|column 3[/table]', 'With this vB code tables can be inserted into the post. Columns are seperated by ?|?, every new line is a new row.', 0, 'table', '', 1);;
This change should work.
|