Great, that fixed the adding namespaces issue, thanks
I was able to create a book article, then I went back to one of my other articles and clicked on the "book" tab and got this db error:
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT visible, forumid, thread.threadid, title, open, postuserid, dateline,
article.protection, MAX(chapternumber) AS chaptercount
FROM thread AS thread
LEFT JOIN vault_article AS article ON (article.threadid = thread.threadid)
LEFT JOIN vault_book AS chapter ON (chapter.bookid = thread.threadid)
WHERE thread.threadid IN (4714)
GROUP BY thread.threadid
ORDER BY title ASC
LIMIT 0,0;
MySQL Error : Unknown column 'article.protection' in 'field list'
Error Number : 1054
Request Date : Thursday, March 19th 2009 @ 06:48:19 PM
Error Date : Thursday, March 19th 2009 @ 06:48:19 PM
Script : http://www.1perfectworld.com/wiki/International-Guides:Human Quests&do=book
Referrer : http://www.1perfectworld.com/wiki/International-Guides:Human+Quests
IP Address : 71.63.142.197
Username : pNuker
Classname : vB_Database
MySQL Version : 5.0.67-community
Bookmarks