Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem here.

    This makes the plugin entirely unusable for me. And I’m sure we’re not alone in this.

    On Chrome Version 43.0.2357.81 (64-bit) It doesn’t even show the meta fields generating, it just sits there and spins until it crashes and I have to kill the page.

    on Firefox 39.0a2 it actually shows the fields populating endlessly, so at least I can stop that and use the page.

    Safari does the same as chrome.

    WordPress: 4.2.2
    UMM: 3.4.6

    if you open up user-meta-manager.php and go down to line 2841, you’ll see that he does an add_action into the admin footer. This adds in javascript to generate the user fields with an ajax request. I’m not great with javascript so I can’t find the specific problem in there, but I was able to comment the add_action line out and it works fine. I don’t get the custom meta on the new user form, but I didn’t care about it being there anyway.

    Hopefully the author can et this fixed soon.

    Great info, AdmiralRob. Thank you for sharing that.

    So with that “fix”, we just have to go in and edit the user to be able to add the additional “meta” information.

    Plugin Author Jason Lau

    (@jason-lau)

    This is related to UMM Settings. Navigate to User Meta Manager, and click the “User Meta Manager Help & Settings” tab, located in the upper-right of the screen. Click the “Plugin Settings” tab. Locate the “HTML Markup” section in the Plugin Settings panel. Be sure the “HTML After” field is populated with the following HTML tags –
    </tbody></table>
    That will fix this issue.

    Thread Starter FastFlieger

    (@fastflieger)

    Thanks a lot! Issue fixed.

    hi President McCheese,
    Ive tried the fix and I am still experiencing the looping issue.

    Can you please help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘'Add New User': going into endless loop’ is closed to new replies.