Cannot log in after install - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html) +--- Thread: Cannot log in after install (/thread-210.html) |
Cannot log in after install - dynasty - 04-13-2010 Hello, I recently installed version 1.2.5.6 of OpenDocMan but I find that I cannot login in using 'admin' with no password. It keeps returning the login page. What can be done to fix this? Re: Cannot log in after install - Stephen - 04-14-2010 Check your web server error log, and make sure the database is created and populated. Re: Cannot log in after install - dynasty - 04-15-2010 Thanks for your reply. The database has been populated but the error log reads, "Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0." Re: Cannot log in after install - Stephen - 04-15-2010 Check your php.ini settings for your session save location. Re: Cannot log in after install - dynasty - 04-15-2010 Thank you for pointing me in the right direction. The session save path needed to be enabled in the php.ini file. |