Server issue Unable to send mail. mail() and Undefined variable: errno

Tealk

Well-known member
What should i do?

Fehlerinformation
Zend_Mail_Transport_Exception: Unable to send mail. mail() has been disabled for security reasons - library/Zend/Mail/Transport/Sendmail.php:137
Erstellt von: Unbekanntes Benutzerkonto, Vor einem Moment
Stapelverfolgung
#0 /var/www/web120088/html/XenForo/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /var/www/web120088/html/XenForo/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /var/www/web120088/html/XenForo/library/XenForo/Mail.php(177): Zend_Mail->send()
#3 /var/www/web120088/html/XenForo/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /var/www/web120088/html/XenForo/library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('jonathan-stepha...', 'relde12')
#5 /var/www/web120088/html/XenForo/library/MinecraftAvatar/ControllerPublic/Register.php(103): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#6 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(313): MinecraftAvatar_ControllerPublic_Register->actionRegister()
#7 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /var/www/web120088/html/XenForo/index.php(13): XenForo_FrontController->run()
#9 {main}

Fehlerinformation
ErrorException: Undefined variable: errno - library/Zend/Http/Client/Adapter/Socket.php:236
Erstellt von: Unbekanntes Benutzerkonto, Vor 6 Minuten
Stapelverfolgung
#0 /var/www/web120088/html/XenForo/library/Zend/Http/Client/Adapter/Socket.php(236): XenForo_Application::handlePhpError('www.gravatar.co...', 80, false)
#1 /var/www/web120088/html/XenForo/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('HEAD')
#2 /var/www/web120088/html/XenForo/library/XenForo/Model/Avatar.php(457): Zend_Http_Client->request('r.e.solf.vk.w@g...')
#3 /var/www/web120088/html/XenForo/library/MinecraftAvatar/ControllerPublic/Register.php(47): XenForo_Model_Avatar::gravatarExists()
#4 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(313): MinecraftAvatar_ControllerPublic_Register->actionRegister(Object(XenForo_RouteMatch))
#5 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()
#6 /var/www/web120088/html/XenForo/index.php(13): XenForo_FrontController->run()
#7 {main}
 
Your host needs to enable the use of the PHP mail() function.

As for the second error, this is most likely related to the MineCraft avatar add-on. Also, in the future, please report bugs separately. :)
 
It looks like your host recently changed some settings that are just now cropping up and causing errors. The suggestion for a new host that allows the two things Mike has mentioned would be appropriate.
 
now i geht the error

Fehlermeldungen
Fehlerinformation
ErrorException: Undefined variable: errno - library/Zend/Http/Client/Adapter/Socket.php:236
Erstellt von: Unbekanntes Benutzerkonto, Gestern um 22:05
Stapelverfolgung
#0 /var/www/web120088/html/XenForo/library/Zend/Http/Client/Adapter/Socket.php(236): XenForo_Application::handlePhpError('www.stopforumsp...', 80, false)
#1 /var/www/web120088/html/XenForo/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect()
#2 /var/www/web120088/html/XenForo/library/EWRutiles/Model/StopForumSpam.php(67): Zend_Http_Client->request(Array)
#3 /var/www/web120088/html/XenForo/library/EWRutiles/Model/StopForumSpam.php(13): EWRutiles_Model_StopForumSpam->submitChallenge(Array)
#4 /var/www/web120088/html/XenForo/library/EWRutiles/ControllerPublic/Register.php(53): EWRutiles_Model_StopForumSpam->challengeRegistration()
#5 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(313): EWRutiles_ControllerPublic_Register->actionRegister(Object(XenForo_RouteMatch))
#6 /var/www/web120088/html/XenForo/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()
#7 /var/www/web120088/html/XenForo/index.php(13): XenForo_FrontController->run()
#8 {main}
Benötigter Status
array(3) {
["url"] => string(42) "http://www.anzahcraft.de/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(14) {
["username"] => string(8) "xxx"
["email"] => string(17) "xxx@xxx.de"
["password"] => string(8) "********"
["password_confirm"] => string(8) "********"
["dob_month"] => string(1) "x"
["dob_day"] => string(2) "xx"
["dob_year"] => string(4) "xxxx"
["gender"] => string(4) "male"
["timezone"] => string(16) "Europe/Amsterdam"
["hash"] => string(161) "208116e4f47e8fe53f1428512be544e4|7f450c0a53410647d7f0f2187ee306b7|http://back12.keycaptcha.com/swfs/ckc/3bb0e681d0f4e55b0ce1eaab193db424-|5299017b3db61-.2.2.25|1"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "9517e845302f702e18c3af948c59d81e"
["8wayrun_time"] => string(10) "1385759099"
}
}
 
Top Bottom