What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.

Bug Fixed Undefined property: XenForo_ControllerResponse_View::$redirectType

I am getting Server Error Log, Please let me fix.

Code:
Error Info
ErrorException: Undefined property: XenForo_ControllerResponse_View::$redirectType - library/XFA/MembersMap/Extends/XenForo/ControllerPublic/Account.php:54
Generated By: koushikdey, Today at 9:02 AM
Stack Trace

#0 /home/nadda/public_html/library/XFA/MembersMap/Extends/XenForo/ControllerPublic/Account.php(54): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/nadda/pub...', 54, Array)
#1 /home/nadda/public_html/library/XFA/DefaultEditorFormat/Extends/ControllerPublic/Account.php(50): XFA_MembersMap_Extends_XenForo_ControllerPublic_Account->actionPersonalDetailsSave()
#2 /home/nadda/public_html/library/XenForo/FrontController.php(351): XFA_DefaultEditorFormat_Extends_ControllerPublic_Account->actionPersonalDetailsSave()
#3 /home/nadda/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/nadda/public_html/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(56) "/account/personal-details-save"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(19) {
    ["status"] => string(0) ""
    ["xfa_dedf_conf"] => array(3) {
      ["font"] => string(0) ""
      ["size"] => string(0) ""
      ["color"] => string(0) ""
    }
    ["xfa_dedf_font_list"] => string(0) ""
    ["xfa_dedf_size_list"] => string(0) ""
    ["xfa_dedf_color_txt"] => string(0) ""
    ["gender"] => string(6) "female"
    ["location"] => string(14) "Kolkata, India"
    ["occupation"] => string(0) ""
    ["homepage"] => string(0) ""
    ["custom_fields"] => array(2) {
      ["real_name"] => string(0) ""
      ["country_flag"] => string(5) "india"
    }
    ["custom_fields_shown"] => array(2) {
      [0] => string(9) "real_name"
      [1] => string(12) "country_flag"
    }
    ["referrer"] => string(0) ""
    ["about_html"] => string(11) "<p><br></p>"
    ["_xfRelativeResolver"] => string(51) "/account/personal-details"
    ["_xfToken"] => string(8) "********"
    ["save"] => string(12) "Save Changes"
    ["_xfRequestUri"] => string(25) "/account/personal-details"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top