Warning message displays after logging out

Whenever someone logs out, the following message appears briefly:

 

Warning: mktime(): It is not safe to rely on the system's timezone setting. 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 mispelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /hd/1/www/website.com/templates/base/scripts/BxBaseFunctions.php on line 157

 

 

any ideas?

Quote · 29 May 2011

is your server time set correct?

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 30 May 2011

Hello open the inc/header.inc.php and add this code line after php's open tag ( <?php or <? )

 


date_default_timezone_set
('
America/New_York');

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 30 May 2011

 

Hello open the inc/header.inc.php and add this code line after php's open tag ( <?php or <? )

 


date_default_timezone_set
('
America/New_York');

 That did it! Thanks.

Quote · 30 May 2011

You're welcome

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 30 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.