XF 1.3 Undefined Index: Home Page

Floyd R Turbo

Well-known member
This one was my error...but I'll leave it here for posterity...

My server error log seems to be constantly populated with the following error. I *********'d out the information but 99% of the errors I get are exactly like this. I haven't had problems with registrations.

Server Error Log
Error Info
ErrorException: Undefined index: Home page - library/XenForo/Application.php:1102
Generated By: [username], Thursday at 4:40 PM
Stack Trace
#0 /******/library/XenForo/Application.php(1102): XenForo_Application::handlePhpError(8, 'Undefined index...', '/******/pub...', 1102, Array)
#1 /******/library/Andy/RegisterEmail/ControllerPublic/Register.php(37): XenForo_Application::arrayFilterKeys(Array, Array)
#2 /******/library/XenForo/FrontController.php(347): Andy_RegisterEmail_ControllerPublic_Register->actionRegister()
#3 /******/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /******/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(48) "https://www.turbosaquatics.com/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(15) {
["username"] => string(5) "**********"
["email"] => string(26) "************"
["password"] => string(8) "********"
["password_confirm"] => string(8) "********"
["dob_month"] => string(1) "************"
["dob_day"] => string(1) "************"
["dob_year"] => string(4) "************"
["gender"] => string(4) "************"
["custom_fields"] => array(1) {
["userlocation"] => string(6) "************"
}
["custom_fields_shown"] => array(1) {
[0] => string(12) "************"
}
["timezone"] => string(13) "************"
["hash"] => string(161) "************|************|http://back11.keycaptcha.com/swfs/ckc/************|************|1"
["agree"] => string(1) "************"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "************"
}
}

Installed Add-ons
******* - Conversation Live Update 1.1.0
KeyCAPTCHA 2.2
Last Post Avatar by Waindigo 1.1.8c
Nodes As Tabs 1.2.2
Post Message Regex Replacer 1.0.0
Quick Reply Preview 1.4.3
Register Email 2.0
Separate Sticky and Normal Threads 1.0
Sitemap for XenForo 1.5.2
Tapatalk 2.0.4
[8wayRun.Com] XenPorta (Portal) 1.6.0

Any idea?
 
Last edited:
Looks like an issue with the Register Email add-on by AndyB. You should post in the resource thread for support. Also verify the issue goes away if that add-on is disabled.
 
On another note, since i have RegisterEmail installed, I have noticed that the server error log synchs up *exactly* with user registrations.

@Chris D However I don't think it started occurring when I installed that add-on, I think it was there before that. I just never bothered to worry about it as it never caused an issue, it's just an annoyance. But I'll look into that...
 
Top Bottom