Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal error message
hello :)
upon approving new members, trying to send mass emails, or occasionally just opening a thread i get the following error
''The error occurred on or near: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'Europe/London' for 'BST/1.0/DST' instead''
how, and where do i change the date function, i am not upto speed with my php knowledge.
using the newest vanilla and MySql database on a linux server through streamline.net
thank you.
0
This discussion has been closed.
Comments
php_value date.timezone "Europe/London"
into a .htaccess file in the root folder of your website,Or add
date_default_timezone_set("Europe/London")
in appg/settings.php (or maybe conf/settings.php).what are your email settings?