Re: Fatal Error and warnings on cakephp core with PHP 5.3

2010-11-14 Thread AD7six
On Nov 14, 12:06 pm, Crazy wrote: > It has nothing to do with cakephp, it's php 5.3 config that is wrong. > > Add "date_default_timezone_set('America/Chicago');" to your core.php > > or > > "date.timezone = America/Chicago" to your php.ini OR read the error message. Check out the new CakePHP

Re: Fatal Error and warnings on cakephp core with PHP 5.3

2010-11-14 Thread Crazy
It has nothing to do with cakephp, it's php 5.3 config that is wrong. Add "date_default_timezone_set('America/Chicago');" to your core.php or "date.timezone = America/Chicago" to your php.ini see php.net for a complete list of supported timezones On 13 nov, 20:57, cricket wrote: > On Sat,

Re: Fatal Error and warnings on cakephp core with PHP 5.3

2010-11-13 Thread cricket
On Sat, Nov 13, 2010 at 9:12 AM, marco.rizze...@gmail.com wrote: > Hi > I have downloaded cakephp 1.3.5.0 and I have PHP 5.3.3 > I have unzip cake and I try to see if it works correctly and I get > this errors : > > Warning (2): strtotime() [function.strtotime]: It is not safe to rely > on the sys

Fatal Error and warnings on cakephp core with PHP 5.3

2010-11-13 Thread marco.rizze...@gmail.com
Hi I have downloaded cakephp 1.3.5.0 and I have PHP 5.3.3 I have unzip cake and I try to see if it works correctly and I get this errors : Warning (2): 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