Hi there,
while upgrading from 11 to 12 I found the following errors:
- There seems to be a bug in the upgrade patch for the MySQL database. I can't find the table in the patch, and it gives a :
Error in query [select u.userid,u.alias,u.name,u.surname,u.lang from sessions s,users u where s.sessionid='a069cb9db8384314362ad22f8876dc39' and s.userid=u.userid and s.lastaccess+u.autologout>1123841314] [Unknown column 'u.lang' in 'field list']
In the loginscreen. I guess that the users are able to choose their language. I will check this up.
- The frontend still gives a version 11, while it is from 12
while upgrading from 11 to 12 I found the following errors:
- There seems to be a bug in the upgrade patch for the MySQL database. I can't find the table in the patch, and it gives a :
Error in query [select u.userid,u.alias,u.name,u.surname,u.lang from sessions s,users u where s.sessionid='a069cb9db8384314362ad22f8876dc39' and s.userid=u.userid and s.lastaccess+u.autologout>1123841314] [Unknown column 'u.lang' in 'field list']
In the loginscreen. I guess that the users are able to choose their language. I will check this up.
- The frontend still gives a version 11, while it is from 12
Comment