ispCP - Board - Support
Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett (/thread-8998.html)



Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - thinktodo - 12-29-2009 11:36 AM

after login,there is a warming,althouth it does not affect using,I hope It does not show


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Nuxwin - 12-29-2009 12:03 PM

Hi ;

That is because you use PHP 5.3. Current version of ispCP has a lot of dysfunction with PHP5.3. Please, make a downgrade to php5.2 or wait the 1.0.4 release.

Cheers ;


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - thinktodo - 12-29-2009 12:55 PM

(12-29-2009 12:03 PM)nuxwin Wrote:  Hi ;

That is because you use PHP 5.3. Current version of ispCP has a lot of dysfunction with PHP5.3. Please, make a downgrade to php5.2 or wait the 1.0.4 release.

Cheers ;
thanks,I prefer to wait 1.0.4relase,when 1.0.4 will release?


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Nuxwin - 12-29-2009 01:34 PM

When is ready to release Wink


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - thinktodo - 12-29-2009 01:42 PM

(12-29-2009 01:34 PM)nuxwin Wrote:  When is ready to release Wink
expecting 1.0.4


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Ice - 12-31-2009 03:42 AM

(12-29-2009 11:36 AM)thinktodo Wrote:  after login,there is a warming,althouth it does not affect using,I hope It does not show
I had the same warining, just add a timezone in php.ini

open
Code:
/var/www/fcgi/master/php5/php.ini

find
Code:
[Date]
; Defines the default timezone used by the date functions
;date.timezone =

remove ; and add your timezone

example
Code:
date.timezone ="Europe/Paris"



RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Nuxwin - 12-31-2009 06:41 AM

Ok ;

That it's good, but it's not the only issue.

Cheers ;


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - discretehost - 03-11-2010 11:27 AM

I had the same issue on 1.0.4-1 fresh install on Centos 5.4 with php 5.3. Guess the timezone problem still exists (the above fix worked fine). Now I'm wondering if other problems between php 5.3 and ispcp omega haven't been resolved with the update to 1.0.4 as nuxwin suggests?


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - jbuchmann - 03-19-2010 05:50 AM

Hi, I am running ispCP 1.0.4 OMEGA build: 20100228 over OpenSuSE 11.2.
Also have function.date problem, and again, fixed with Ice suggestion.

What other problems should look for as I am running PHP 5.3?


RE: Warning: date() [function.date]: It is not safe to rely on the system's timezone sett - Nuxwin - 03-19-2010 04:29 PM

Hello ;

It's because we have not finish the php5.3 support for 1.0.4. All will be fixed for 1.0.6 normally.

Best Regards ;