i restored my back up...is there going to be an upgrade from the old BVshoutbox?
in your install this is some of the code
//'Dropping language collumns (if they exist)' => "ALTER TABLE " . TABLE_PREFIX . "language DROP phrasegroup_shoutbox, DROP phrasegroup_shoutmanager",
//'Creating language collumns' => "ALTER TABLE " . TABLE_PREFIX . "language ADD phrasegroup_shoutbox MEDIUMTEXT NOT NULL, ADD phrasegroup_shoutmanager MEDIUMTEXT NOT NULL",
should it not have the two // in front of the 2 lines of code
|