Page 1 of 1

Can´t login after enabling authentication

Posted: Tue Dec 29, 2009 12:53 am
by gustavoc
Everything worked until I decided to enable user authentication. Then I couldn´t login anymore (checked user and pass, restored pass from mysql cli, still no logon). Checking apache logs I discovered that the problem was the directory that PHP uses for storing authenticated sessions. It must be writable to the user that is running apache. In my case (running on Slackware 13.0) the fix was on the file /etc/httpd/php.ini comment the line session.save_path = "/var/lib/php" and uncomment session.save_path = "/tmp"

Info on this: http://bytes.com/topic/php/answers/1105 ... m-sessions

Hope this can help anyone!
Good luck!

Posted: Tue Dec 29, 2009 7:37 am
by rootstat
not sure about the issue, did you try to restart zoneminder and check again ?