hi,
new install, not an update
RG stay at " Roster Gallery is out of date Please upgrade to continue using this addon" in permanently loop ^^
at my sql DDB , no ROSTER_SCREENTABLE table was created
thx
Moderator: Ulminia
CREATE TABLE `roster_addon_screenshots` (
`id` int(11) NOT NULL auto_increment,
`file` varchar(255) NOT NULL,
`caption` varchar(255) NOT NULL,
`ext` varchar(255) NOT NULL,
`catagory` varchar(255) NOT NULL default '',
`approve` varchar(3) NOT NULL default '',
`votes` varchar(10) NOT NULL default '',
`rateing` varchar(10) NOT NULL default '',
PRIMARY KEY (`id`)
)
INSERT INTO `roster_config` (`id`, `config_name`, `config_value`, `form_type`, `config_type`) VALUES
(99012, 'rg_ssfolder', 'screenshots/', NULL, 'addon_rg'),
(99011, 'rg_dscp', '1', NULL, 'addon_rg'),
(99010, 'rg_dspc', '1', NULL, 'addon_rg'),
(99009, 'rg_dct', '1', NULL, 'addon_rg'),
(99008, 'rg_sst', '0', NULL, 'addon_rg'),
(99007, 'rg_lpp', '3', NULL, 'addon_rg'),
(99005, 'rg_carray', 'Great Moments in Guild History:Special Events:Just Wierd:Portrait:Victory!!', NULL, 'addon_rg'),
(99006, 'rg_version', '2.1', NULL, 'addon_rg'),
(99004, 'rg_ipl', '4', NULL, 'addon_rg'),
(99003, 'rg_ipp', '12', NULL, 'addon_rg'),
(99002, 'rg_height', '200', NULL, 'addon_rg'),
(99001, 'rg_width', '275', NULL, 'addon_rg');
Users browsing this forum: No registered users and 1 guest