This topic is locked
[SOLVED]

 First time using 7.1 upload failure

4/6/2014 2:21:50 PM
PHPRunner General questions
jwoker author

I uploaded my project to my webserver but can't get the login page to come up. I get the following errors:
Warning: trigger_error() [function.trigger-error]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home4/emsub08/public_html/burner.land/aporeg/include/dbconnection.my.mysqli.php on line 32
Fatal error: Access denied for user 'emxxx_apoadmin'@'xxx.xxx.com' (using password: YES) in /home4/emxxx/public_html/xxx/aporeg/include/dbconnection.my.mysqli.php on line 32
PHPRunner connects fine to my remote database when I'm setting my application up, then I uploaded - what else do I need to do?
Thanks

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.