When a new account is created on my wiki, MW 1.9.0, PHP5, MySQL4, this message appears:
--- Login successful Could not send confirmation mail. Check address for invalid characters.
Mailer returned: 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 '0.0/no DST' instead ---
There are no invalid characters in the email address. In fact, on one occasion at least, the confirmation email was received. Relevant settings are:
$wgEnableEmail = true; $wgEnableUserEmail = true; $wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true;
To try it yourself go to http://www.intersp.org
Anyone seen this before?
Did you tried to set your TimeZone, as in the Err-Msg suggested?
See: http://meta.wikimedia.org/wiki/Help:Timezone
Regards, Jan
Robin Faichney schrieb:
When a new account is created on my wiki, MW 1.9.0, PHP5, MySQL4, this message appears:
Login successful Could not send confirmation mail. Check address for invalid characters.
Mailer returned: 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 '0.0/no DST' instead
There are no invalid characters in the email address. In fact, on one occasion at least, the confirmation email was received. Relevant settings are:
$wgEnableEmail = true; $wgEnableUserEmail = true; $wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true;
To try it yourself go to http://www.intersp.org
Anyone seen this before?
On 15/01/07, Robin Faichney robin@robinfaichney.org wrote:
To try it yourself go to http://www.intersp.org
Anyone seen this before?
http://bugzilla.wikimedia.org/show_bug.cgi?id=6941
Rob Church
mediawiki-l@lists.wikimedia.org