Page 1 of 1

Login Errors in 1.2.5 [SOLVED]

PostPosted: Tue Aug 31, 2010 10:51 am
by cantlep
Hi All,

I was running version 1.2.3b2 1700 and everything was cool. I am authenticating using LDAP. I upgraded to version 1.2.5 1870 and now I can't log in. No errors in the GUI (just a blank page), just this in the web logs
Code: Select all
[Tue Aug 31 19:03:02 2010] [error] [client x.x.x.x] PHP Fatal error:  Uncaught exception 'Exception' with message '2' in /var/www/html/public/workout/dataface/Dataface/Serializer.php:68\nStack trace:\n#0 /var/www/html/public/workout/dataface/Dataface/AuthenticationTool.php(144): Dataface_Serializer->serialize(NULL, 'Passw0rd1!')\n#1 /var/www/html/public/workout/dataface/Dataface/AuthenticationTool.php(216): Dataface_AuthenticationTool->checkCredentials()\n#2 /var/www/html/public/workout/dataface/Dataface/Application.php(1542): Dataface_AuthenticationTool->authenticate()\n#3 /var/www/html/public/workout/index.php(19): Dataface_Application->display()\n#4 {main}\n  thrown in /var/www/html/public/workout/dataface/Dataface/Serializer.php on line 68, referer: http://www.ladshols.co.uk/index.php?-table=Users&-action=login_prompt&-cursor=0&-skip=0&-limit=30&-mode=list


I've seen a similar message before but it was relating to a case error in the DB compared with the conf.ini file for the Username/Password columns. As I'm using the same file for both the 1.2.3 and the 1.2.5 version, that's not the case here.

Any ideas anyone?

Re: Login Errors in 1.2.5

PostPosted: Wed Sep 01, 2010 11:26 am
by shannah
Did you copy the LDAP authentication module into the modules directory of your new Xataface instance? It looks like it's trying to use default authentication but that there is no password column specified (which would be fine if you're using the LDAP module, but not otherwise).

Re: Login Errors in 1.2.5

PostPosted: Wed Sep 01, 2010 11:33 am
by cantlep
Nope ;-)

Excellent, thanks very much! Schoolboy error from me...I forgot I'd done that in the first place.

Sorted.