[HA] Users Years of Experience

[HA] Users Years of Experience 1.2.1

No permission to download
can you help me reproduce it? (I checked it now and changed the value and saved it. and it worked for me with no error)
what xf version you are also using?

I am using XF 1.5.12, I am not sure how I can help you reproduce this?
 
It looks like I also get this error at the same time if this helps at all.

Code:
XenForo_Exception: No controller response from XenForo_ControllerPublic_Account::actionPersonalDetailsSave - library/XenForo/FrontController.php:486
Generated By: Bluehighways, Today at 4:23 PM
Stack Trace

#0 /var/www/clients/client0/web1/web/library/XenForo/FrontController.php(359): XenForo_FrontController->_handleControllerResponse(NULL, 'XenForo_Control...', 'PersonalDetails...')
#1 /var/www/clients/client0/web1/web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /var/www/clients/client0/web1/web/index.php(13): XenForo_FrontController->run()
#3 {main}

Request State

array(3) {
  ["url"] => string(57) "https://www.triumphtalk.com/account/personal-details-save"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(15) {
    ["status"] => string(0) ""
    ["gender"] => string(4) "male"
    ["dad_cufd"] => string(16) "2027/04/03 07:20"
    ["location"] => string(19) "Southern California"
    ["occupation"] => string(7) "Retired"
    ["homepage"] => string(0) ""
    ["custom_fields"] => array(9) {
      ["real_name"] => string(4) "Paul"
      ["state_province"] => string(2) "CA"
      ["country"] => string(3) "USA"
      ["how_did_you_find_us"] => string(4) "Link"
      ["emergency_contact_informa"] => string(0) ""
      ["my_bike"] => string(15) "1971 Bonneville"
      ["other_bikes"] => string(78) "2015 Harley-Davidson Ultra Limited
2013 Honda Goldwing
2007 Kawasaki KLR 650"
      ["modifications_done_on_my_"] => string(0) ""
      ["other_information_about_m"] => string(0) ""
    }
    ["custom_fields_shown"] => array(9) {
      [0] => string(9) "real_name"
      [1] => string(14) "state_province"
      [2] => string(7) "country"
      [3] => string(19) "how_did_you_find_us"
      [4] => string(25) "emergency_contact_informa"
      [5] => string(7) "my_bike"
      [6] => string(11) "other_bikes"
      [7] => string(25) "modifications_done_on_my_"
      [8] => string(25) "other_information_about_m"
    }
    ["about_html"] => string(11) "<p><br></p>"
    ["_xfRelativeResolver"] => string(52) "https://www.triumphtalk.com/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"
  }
}

Delete...
Close
 
Not sure yet. I have around 10 add-ons on my list to develop for XF2. Maybe after them. But if I decide not to port it, I'll mark it as unmaintained so that you guys know that there is no plan for it, and ask someone else to do it for you.
 
Top Bottom