We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40122
    • 330 Posts
    I have the seemingly common bug where I cannot add a new manager with ModX. Ive looked at others posts here but only see a link to http://forums.modx.com/thread/83325/modx-1-0-10-rc-need-testers as an aswer. Im not sure how this fixes it. Are we meant to instal 1.0.10?
      • 39545
      • 9 Posts
      Im wondering this too, I can see the following code in the thread, is that all that needs to be done? it looks like its line 133? My main issue is the data appears to be in the db, but the new users don't show up in the Manager Users list.

      And here's the fix... line 129 of save_web_user.processor.php

      $rs = $modx->db->insert($f, '[+prefix+]web_user_attributes');