That's odd, these entries do not disappear unless you uninstall Burning Board itself … however, please execute the SQL-Query below (once again it's exactly one, just copy and paste it):
|
MySQL queries
|
1
2
3
4
5
6
7
8
|
INSERT INTO wcf1_tag_taggable
(name, classPath, packageID)
VALUES ('com.woltlab.wbb.thread', 'lib/data/thread/TaggableThread.class.php', (
SELECT packageID
FROM wcf1_package
WHERE package = 'com.woltlab.wbb'
LIMIT 1
))
|
Afterwards make sure you clear the forums cache via ACP: System > Log > Cache