I just installed this on my test site.
Attempt to edit an article gives the following errors:
Code:
Invalid SQL:
REPLACE INTO vb4_vault_protect
(namespaceid, title, title_lower, options, targetid)
VALUES
(
6,
'Globe Trekker',
'globe+trekker',
5,
39162
);
MySQL Error : Unknown column 'title_lower' in 'field list'
Error Number : 1054
Request Date : Friday, December 18th 2009 @ 08:09:28 AM
Error Date : Friday, December 18th 2009 @ 08:09:29 AM
Script : xxx/forum/showwiki.php?title=Globe+Trekker&do=protect
Referrer : xxx/forum/showwiki.php?title=Globe+Trekker&do=edit
IP Address : 70.131.97.98
Code:
SELECT protectid
FROM vb4_vault_protect
WHERE namespaceid IN (-1,6)
AND title_lower = 'globe+trekker'
AND options = 4;
MySQL Error : Unknown column 'title_lower' in 'where clause'
Error Number : 1054
Bookmarks