Forum

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.

Mistake in table na...
 
Notifications
Clear all

Mistake in table name

2 Posts
2 Users
0 Reactions
4,628 Views
(@spiderjn)
Posts: 35
Active Member
Topic starter
 
[#1132]

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


 
Posted : 29 Apr 2013 11H43
(@babynus)
Posts: 14952
Member Admin
 

Thanks for reporting.

Will be included in next patch.


 
Posted : 29 Apr 2013 12H18
Share:

Scroll to Top