2010.10.06 08:23 John Williams rašė:
> List users:
>
> I've set up a new SquirrelMail installation (1.4.20) on a FreeBSD 8.0 box.
>
> Everything has gone relatively smoothly but when I finally start up the
> SquirrelMail client, I get the following warning message in the left
> display pane:
>
> Warning: date() [function.date]: 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 'America/New_York' for 'EDT/-4.0/DST'
> instead in /usr/local/www/squirrelmail/src/left_main.php on line 388
>
> I've compared the new setup yo the older working setup and can't determine
> how to make this message go away.
>
> I also get a series of warnings when I attempt to mail a message.
>
> Any help would be much appreciated.

Lower your error_reporting setting in PHP configuration. This error is
from E_STRICT level. SquirrelMail can't be coded to follow E_STRICT
recommendations, because they are not backwards compatible, limit some
user options and trying to deal with this particular notice will suppress
fatal errors in some PHP versions. In SquirrelMail setups error reporting
should not enable error reporting levels that don't match 6143 mask.

-- 
Tomas


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to