![]() |
Win 2k3 & IIS 6 - can't login - 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: Win 2k3 & IIS 6 - can't login (/thread-111.html) |
Win 2k3 & IIS 6 - can't login - Stephen - 01-13-2010 zoltrix 2006-03-15 02:39:00 PST I'm attempting to run opendocman on a Windows 2003 server with IIS6. The install went smoothly, database was setup, etc. I've got the login page up, when I enter "admin" as the username, and try to login for the first time, the page goes blank. If I change the database username in config.php from "root" to "opendocman", I get the following message: Unable to connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client I'm running PHP 4.3.11 and MySQL 4.1 zoltrix 2006-03-15 03:27:41 PST I've fixed the unable to connect error. But I am still getting the blank page when I try to login from the login page. I've checked the session paths in php.ini, and they are definitely defined. logart 2006-03-15 07:22:11 PST Check your web server logs for any php errors. Also do a view-source on the blank page to see if there is anything there, or totally blank. zoltrix 2006-03-15 14:07:59 PST As far as I can see the logs appear fine, no errors that I can see. The source code for the blank page is as follows: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> |