XF 1.5 ErrorException: Undefined index: name - What does that mean?

Walkman Archive

Active member
I'm getting some errors like this one:

Server Error Log
Error Info
ErrorException: Undefined index: name - library/XenForo/Application.php:1153
Generated By: GenXBuzz, Today at 3:33 AM
Stack Trace
#0 /home2/stereotw/public_html/forums/library/XenForo/Application.php(1153): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home2/stereotw...', 1153, Array)
#1 /home2/stereotw/public_html/forums/library/Andy/RegisterEmail/ControllerPublic/Register.php(37): XenForo_Application::arrayFilterKeys(Array, Array)
#2 /home2/stereotw/public_html/forums/library/XenForo/FrontController.php(351): Andy_RegisterEmail_ControllerPublic_Register->actionRegister()
#3 /home2/stereotw/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home2/stereotw/public_html/forums/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(55) "http://stereo2go.org/forums/index.php?register/register"
["_GET"] => array(1) {
["register/register"] => string(0) ""
}
["_POST"] => array(14) {
["username"] => string(0) ""
["27d3f570344638549aeb8ad298a8314f"] => string(8) "GenXBuzz"
["352106a2edce5ec2f470a56eb205fae8"] => string(21) "xxxxxx edited email @bigpond.com"
["f23ba3e2e6f94650f5b01110946bfb98"] => string(0) ""
["dob_month"] => string(2) "10"
["dob_day"] => string(2) "20"
["dob_year"] => string(4) "1977"
["location"] => string(16) "Perth, Australia"
["8402eb2769463871dea43933eb977ce5"] => string(14) "Asia/Hong_Kong"
["recaptcha_challenge_field"] => string(228) "03AHJ_Vuu9yIu4TZCN8db1SKYZLVqvSwHhRIM_yd-V0aPiHzApq1h6FQachJKpQwclS5VyJjTTAEjiBzoOqS7_VLpog3aAviM58hS2OqA8zn6-5PUPYuRb5SzCjj1cLBsIgW_4BRXuiPGl0v-DGcQL3qEcRYG6udTVHNUgseaHF5bqEVJpSOELn0YI7Df7wU6IQFZMQRJTkBmQSLK7R5eIASFU47DZ-9sUOw"
["recaptcha_response_field"] => string(18) "5100 VALE DO CUMBE"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "2ea44b90742281863fde58a04dfa7028"
}
}
 
Top Bottom