Undefined variable: captchaQuestion

Beanjam

New Member
Reactions
4
I just updated to 1.1.3b and now getting this error when someone signs up.

Code:
ErrorException: Undefined variable: captchaQuestion - library/SV/NewRegistrationEmail/XenForo/ControllerPublic/Register.php:51
Generated By: *****, Today at 2:02 AM
Stack Trace
#0 /*****.com/*****/public/library/SV/NewRegistrationEmail/XenForo/ControllerPublic/Register.php(51): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/*****....', 51, Array)
#1 /*****.com/*****/public/library/UserEss/ControllerPublic/Register.php(68): SV_NewRegistrationEmail_XenForo_ControllerPublic_Register->actionRegister()
#2 /*****.com/*****/public/library/XenForo/FrontController.php(351): UserEss_ControllerPublic_Register->actionRegister()
#3 /*****.com/*****/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /*****.com/*****/public/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
  ["url"] => string(39) "https://*****.com/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(13) {
    ["username"] => string(0) ""
    ["*****"] => string(7) "*****"
    ["*****"] => string(26) "*****"
    ["password"] => string(8) "********"
    ["location"] => string(9) "*****"
    ["*****"] => array(3) {
      ["firstname"] => string(5) "*****"
      ["drive"] => string(39) "*****"
      ["zmlyc3ruyw1l"] => string(0) ""
    }
    ["custom_fields_shown"] => array(3) {
      [0] => string(9) "firstname"
      [1] => string(5) "drive"
      [2] => string(12) "zmlyc3ruyw1l"
    }
    ["e1e3893ca90f8defcd90e4b3c5f86fa8"] => string(14) "*****"
    ["captcha_question_answer"] => string(6) "*****"
    ["captcha_question_hash"] => string(40) "*****"
    ["agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "*****"
  }
}
 
What version where you using before?

:edit: on the upside this shouldn't be breaking new signups.
 
Last edited:
From v1.0.8

New signups are getting through ok.

I just uninstalled, deleted the files off the server and re-uploaded/re-installed. The error still persists.

I did not re-upload the Utils folder this time though.
 

Users who are viewing this thread

Back
Top