When I go and update my profile it's throwing these errors. Warning: strtotime() [function.strtotime]: 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/Denver' for 'MST/-7.0/no DST' instead in /var/www/vhosts/websitename.com/httpdocs/libs/utils.php on line 95 Code (markup): I've done some searching and it seems this issue is solved by editing the php.ini file and adding the time zone your server is in right? 1. how to tell what time zone my server is in? 2. Where to add this code in the php.ini file Thanks, Brian
There is a few different ways you can go about this. You could ask your host what timezone the server is in. However, most webhosts do not allow access to php.ini files for obvious security reasons. If you can PM me the site URL, I can take a closer look and verify if that is indeed the issue.
Hi cPAce's, Because I have a fully dedicated server I have full root access. I went into the php.ini file and added the following, ; [url]http://php.net/date.timezone[/url] date.timezone = America/New_York Code (markup):
Sorry for the long delay in response. If you have a dedicated server with cPanel on it, you can easily change the timezone in the WHM under the first section on the top left. Make sure you restart your MySQL service afterwards or it could cause some issues with email clients mainly like Roundcube.