I am trying to install CalemEAM onto Windows 2003 Server using IIS and MySQL.
I previously tried using Apache for Windows but could not get the web pages to work properly. The login screen did nothing. Switching to IIS fixed the login screen and I now have the option to log in.
When I try to log in I get 'Login failed. Please check your user name/password and try again'.
Looking at MySQL I have found that the database 'calemeam' and the user account 'calemeam' have been successfully created by the scripts provided but there are NO tables or data.
When I backtracked my installation I found the following error in the event logs when I ran 'createSchema.bat'.
The event logs show;
php[5780], PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'calemeam'@'localhost' (using password: YES)' in C:\Inetpub\wwwroot\CalemEAM\server\include\core\database\CalemPdo.php:53
Stack trace:
#0 C:\Inetpub\wwwroot\CalemEAM\server\include\core\database\CalemPdo.php(53): PDO->__construct('mysql:host=loca...', 'calemeam', 'calemeam', Array)
#1 C:\Inetpub\wwwroot\CalemEAM\server\include\core\database\mysql\MysqlHandler.php(148): CalemPdo->__cons.
I have checked the forum and can see various database problems and their solutions but not this one. Nothing else offered seems to help me.
Any ideas?
Joe