Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi babynus,
i test new new exiting version, and i detect probleme on home page :
table todayparameter don't exist in my database, i check upgrade script and i found :
CREATE TABLE `${prefix}todayParameter` (
`id` int(12) unsigned NOT NULL AUTO_INCREMENT,
`idUser` int(12) unsigned DEFAULT NULL,
`idReport` int(12) unsigned DEFAULT NULL,
`idToday` int(12) unsigned DEFAULT NULL,
`parameterName` varchar(100) DEFAULT NULL,
`parameterValue` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=innoDB DEFAULT CHARSET=utf8 ;
i do :
rename table todayParameter to todayparameter.
Best regards
Thanks for reporting.
Will be included in next patch.