Page 1 of 1

[Solved] Warning Message..

Posted: Wed Aug 19, 2009 1:31 pm
by tho
Im getting this message all over my page.. Am using cmsmadesimple 1.6.4 and PHP 5.3.0 Any solution to this problem?
Warning: strftime() [function.strftime]: 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 'UTC' for '8.0/no DST' instead in...

Re: Warning Message..

Posted: Wed Aug 19, 2009 2:00 pm
by jmcgin51
1.6.4 is not compatible with php 5.3.  Downgrade to php 5.2.*

Re: Warning Message..

Posted: Wed Aug 19, 2009 2:20 pm
by tho
Im using xampp as a test server.. Dont know how/where to look for the lower version..

Re: Warning Message..

Posted: Thu Aug 20, 2009 8:30 am
by tyman00
Try finding an older version of Xampp to install that has 5.2 or using Wamp. I know there is a *amp program out there that will let you change the PHP version on the fly. Check out their forums for more help.

PHP 5.3 is projected to be supported in CMSMS 1.7 but is not currently compatible with 1.6.4 or less

[solved] Re: Warning Message..

Posted: Thu Aug 20, 2009 11:18 am
by tho
Yeah, got one from source forge website..  :) Tnx guys!