I did a clean install of Roster 2.0b SVN 1202.
When I click on "addon installation" and try to activate/install an addon, the following error occurs:
Fatal error: Call to undefined method roster::error() in D:\guild-site-ng\roster\lib\install.lib.php on line 254
Furthermore, it seems that the roster_addon_config is being deleted by the error as well.
I can rebuild the table by executing the following SQL:
CREATE TABLE `roster_addon_config` (
`addon_id` int(11) NOT NULL default '0',
`id` int(11) unsigned NOT NULL,
`config_name` varchar(255) default NULL,
`config_value` tinytext,
`form_type` mediumtext,
`config_type` varchar(255) default NULL,
PRIMARY KEY (`id`,`addon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Regards
Hamu