Server issue Error with Socket.php on registration, XenForo 1.1.5

Tealk

Well-known member
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"
}
}
 
If anything, it's StopForumSpam related.

However, this is your disabling fsockopen (I believe) and various other PHP functions. I could only recommend contacting them or moving to a new host.
 
the host mean the functions are all enable, the get blocked because there was a corrupt data on my webspace
i have delete it and now they have all activate again
but the hoster say this error is from the system not from the php functions
 
Top Bottom