Hey, Something seems to be going wrong when trying to connect to my database.
Quote:
|
Warning: odbc_errormsg() expects parameter 1 to be resource, boolean given in D:\home\site\wwwroot\Source\Classes\Database.php on line 164
|
I have updated the connection.php with my host of the DB and pass word etc and I get the error. The DB is hosted on a seperate service but it is open to the public (I can connect with it from my own pc no problems).
Any ideas what might cause this?
Edit: got it to work, had to add my port to the db connection and it worked.
Edit2: I noticed the website database does not include the donation table, Is this intentional or did I do something wrong with restoring the db?