Page 2 of 2

Re: Report bugs for Version 1.2.3 Stable

Posted: Thu Sep 30, 2010 1:35 pm
by Brent
So, does it work now. If so, what did you do.

Re: Report bugs for Version 1.2.3 Stable

Posted: Thu Sep 30, 2010 2:42 pm
by sylvania
Hey Brent, like I said on my previous post I only added a line to the htaccess file

viewtopic.php?f=15&t=232#p998 - Link to my post

Cheers

Re: Report bugs for Version 1.2.3 Stable

Posted: Thu Sep 30, 2010 3:10 pm
by Brent
Ok, I understand what your trying to do.
I just disabled the date in php.ini and tried your .htaccess
It give the same error because php is not using a recognized date specification, so would revert to system date, which creates error in 5.3 or earlier version running strict mode.
I think the best method would be to use something like this in the common.php.

Code: Select all

date_default_timezone_set('America/Edmonton');
It is easily modified and works in all cases.

Re: Report bugs for Version 1.2.3 Stable

Posted: Thu Sep 30, 2010 3:18 pm
by sylvania
After testing a bit more I more than agree with you Brent. :D