QueueMetrics > Running QueueMetrics
1.4.5 issue
QueueMetrics:
--- Quote from: scooby2 on August 28, 2008, 05:46:37 ---Looks like the dbversion table got modified but the dbupdate is not altering it. I renamed dbversion to dbversion.old and then created the new table and inserted the value and it now works.
CREATE TABLE `dbversion` (
`version_id` int(11) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
new:
CREATE TABLE `dbversion` (
`version_id` int(11) NOT NULL default '0',
`lic_version` varchar(45) NOT NULL default '',
`lic_approved` varchar(45) NOT NULL default '',
`plex_id` varchar(70) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- End quote ---
This is a major issue. we'll fix that ASAP.
We trace this as bug #443
QueueMetrics:
This has been fixed and for this we have released version 1.4.6.
Navigation
[0] Message Index
[*] Previous page
Go to full version