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.
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
An error occurred while sending the email.
Affected Elements
Email.Send();
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 'America/New_York' for 'EST/-5.0/no DST' instead
any ideas?
i'm new to this and just expamenting Technical information (for support personel):
Error Message
An error occurred while sending the email.
Affected Elements
Email.Send();
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 'America/New_York' for 'EST/-5.0/no DST' instead
I'm new to this and just experimenting.
I'm using:
mysql 5.0
apache2
ubuntu 8.10
I have no ideas. found something saying to adjust the date in mysql but was unsuccessful with doing so.
still learning a lot about being linux systems admen and web admen, but the day we stop learning is the day we die.
0
Comments
No timezone configured in php, hence this "errors".
Configure correctly the date.timezone setting as stated (in your php.ini file).
In the meantime (before they add it), you could use something like that: That's what's used in the bootstrap file in garden.
Obviously, you will put your own timezone.
The main issue is that many of the extensions you're using don't exist.
I've got v2 on several test web site, but the one where v1 is installed will not migrate until most of the features I use will be in v2, either native or via addon.