[SOLVED] Â First time using 7.1 upload failure |
4/6/2014 2:21:50 PM |
PHPRunner General questions | |
I uploaded my project to my webserver but can't get the login page to come up. I get the following errors: |
|
![]() |
Sergey Kornilov admin 4/7/2014 |
Contact your web hosting support team to find what is correct MySQL server address. Most likely in PHP application you need to use localhost as MySQL server address as opposed to website.com. MySQL can be configured to require different server address for local and remote connections and this might be the case. |
|
jwoker author 4/7/2014 |
Thanks, I figured out that I needed to switch to "localhost" in dbcommon.php which meant I needed make the change on the output page in Server database connections. |