continuing user issues with 5.5.1
Permalink
I'm continuing to have problems with logging in and now also creating users after upgrading to 5.5.1
The login error message is this:
and the adding users error message is this:
Obviously it's the 'uDefaultLanguage' that's the issue - but why is 5.5.1 looking for it, and most importantly, how do I fix it? I'm using a completely custom theme, but all my footer stuff is there and working properly, 5.5.1 is working absolutely fine apart from this one thing.
You can check it out atwww.www.wallbrink.com.au/concrete5/...
Can someone show me how to get rid of this by now very pesky problem???
The login error message is this:
mysql error: [1054: Unknown column 'uDefaultLanguage' in 'field list'] in EXECUTE("select uID, uName, uIsActive, uIsValidated, uTimezone, uDefaultLanguage from Users where uName = 'admin' and uPassword = 'stringoflettersandnumbers'")
and the adding users error message is this:
mysql error: [1054: Unknown column 'uDefaultLanguage' in 'field list'] in EXECUTE("insert into Users (uName, uEmail, uPassword, uIsValidated, uDateAdded, uIsFullRecord, uDefaultLanguage, uIsActive) values ('username', 'user@usersite.com.au', 'stringoflettersandnumbers', -1, '2012-02-10 12:27:12', 1, NULL, 1)")
Obviously it's the 'uDefaultLanguage' that's the issue - but why is 5.5.1 looking for it, and most importantly, how do I fix it? I'm using a completely custom theme, but all my footer stuff is there and working properly, 5.5.1 is working absolutely fine apart from this one thing.
You can check it out atwww.www.wallbrink.com.au/concrete5/...
Can someone show me how to get rid of this by now very pesky problem???
There's a few more, you can find as well by searching the error code.
http://www.concrete5.org/community/forums/installation/update-to-5-...