DB Error Modifying Forums
When adding/modifying a forum with VaultWiki 4.0.0 Alpha 1 installed, you might receive a database error that column 'vw_options' does not exist. This is now fixed in the current build, and it will also be applied in Alpha 2.
You can restore Forum Manager functionality by executing the following MySQL query against your database:
Code:
ALTER TABLE forum ADD COLUMN vw_options INT(10) UNSIGNED NOT NULL DEFAULT '0'