ZenphotoCMS Forum
register_user 'User name not provided' - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: register_user 'User name not provided' (/thread-10187.html)



register_user 'User name not provided' - scrags72 - 12-07-2012

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




register_user 'User name not provided' - acrylian - 12-07-2012

I don't think so. What Zenphoto version and is there any proper error in the server error log (these are essential infos!).




register_user 'User name not provided' - scrags72 - 12-07-2012

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?




register_user 'User name not provided' - acrylian - 12-07-2012

Yes, please upgrade to the current release. As noted on the forum rules we are not really able to support older versions.




register_user 'User name not provided' - scrags72 - 12-07-2012

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?




register_user 'User name not provided' - sbillard - 12-07-2012

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.




register_user 'User name not provided' - scrags72 - 14-07-2012

Thankyou very much, that has fixed my problem!!




register_user 'User name not provided' - scrags72 - 30-07-2012

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?




register_user 'User name not provided' - sbillard - 30-07-2012

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.