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?