PDA

View Full Version : Error adding custom BB Codes


Bungie
Sun 22nd Jun '03, 7:09pm
I thought for sure I had seen a topic on this, but for the life of me I cannot find it using the search function. Anyway, this is the MySQL error that I get when trying to add a custom BB code: Database error in vBulletin 3.0.0 Beta 3:
Invalid SQL:
INSERT INTO vb3_convert_phpbb_bbcode_to_vbcode(bbcodeid, bbcodetag, bbcodereplacement, bbcodeexample, bbcodeexplanation, twoparams, title)
VALUES
(
NULL,
'\\',
'<table bordercolor=\"#006400\" cellpadding=\"2\" border=\"1\"><TR><TD bgcolor=\"#CCCCCC\"><font color=\"black\" size=\"1\">Spoiler: </font><font color=\"#CCCCCC\" size=\"2\">\\7</font></td></TR></TABLE>',
'[spoiler]This is a spoiler',
'Test',
1,
'Spoiler'
)

mysql error: Table 'bungie_vb3.vb3_convert_phpbb_bbcode_to_vbcode' doesn't exist
mysql error number: 1146
Date: Sunday 22nd of June 2003 06:07:08 PM
Script: http://66.11.162.217/~bungie/vb3/admincp/bbcode.php
Referer: http://66.11.162.217/~bungie/vb3/admincp/bbcode.php?do=add
Username: Bungie
IP Address: *.*.*.*
Anyone have a fix for this?

Shuriken-UK
Sun 22nd Jun '03, 10:48pm
whoops lol i just made a post about the very same problem, nyah well, now twice as likely ot get an answer :P

Steve Machol
Sun 22nd Jun '03, 11:21pm
Since I've seen this reported by at least three different people, I've moved it to Bugs for a Dev to look at.

Mike Sullivan
Mon 23rd Jun '03, 1:39am
This was fixed in CVS about a week ago. :)

Shuriken-UK
Mon 23rd Jun '03, 9:31am
ah yeah so it was, DOH! lol thx

http://www.vbulletin.com/forum/showthread.php?threadid=73814&highlight=bbcode

^ thats the fix :)