register_user 'User name not provided'

I am creating a bunch of users in the register_user plugin, after the 6th user, each subsequent user reports an error message at the top of the plugin saying "User name not provided" and it won't save anything else.

Is there a max limit of users you can have before it won't let you add anymore?

Regards,
Jared

Comments

  • acrylian Administrator, Developer
    I don't think so. What Zenphoto version and is there any proper error in the server error log (these are essential infos!).
  • It is the latest release 1.4.2.4 [10045] (Official Build)
    and there are no error logs on the server.
    I have successfully added 7 users to the gallery, but when I try to add an 8th, it says "User name not provided" in a red message that fades away at the top of screen after a few seconds.

    If I delete one of the accounts and create another one it adds fine, only the 8th user onwards doesn't work.

    Even when I try and register a user through the website itself, it let's me create a new user, sends the email, click the link to activate, and then when I try and log in it just refreshes the page and clears the username and password.

    Any ideas?
  • acrylian Administrator, Developer
    Yes, please upgrade to the current release. As noted on the forum rules we are not really able to support older versions.
  • I have upgraded to the most current release, and the problem is still occuring. Please help!!
    Is there any way I can upload a screen shot of what is happening?
  • Most likely your browser or server have limited the amount of data that will be posted to less than needed to accomodate that many users. There is a define at the front of admin-users.php for `USERS_PER_PAGE`. Try changing it to 6 or 7 and you will get only that many users per page. That will reduce the amount of data being posted on the save.
  • Thankyou very much, that has fixed my problem!!
  • Hi there, I'm having a similar problem to this with User Groups not saving. Is there a file I can edit to limit the amount of groups displaying to 3 as done with the USERS_PER_PAGE define?
  • Sorry, at present there is no pagination available for the groups tab. We will add that to the list of things for 1.4.4.
Sign In or Register to comment.