Hi, recently I upgraded my zenphoto installation from version 1.4.4.3 to 1.4.4.4. Now when I go to the tab "groups" and press the apply button I get always (even without changes) the message:” Error The form submission is incomplete. Perhaps the form size exceeds configured server or browser limits.” I tried it with chrome and Firefox 19. Does someone have an explanation for this behavior?
Thanks
Norbert
One would expect that 60M would be enough. Of course there is no guarantee that you did get that much. PHP may say it wants that size, but browsers and servers can override.
You get that error when the marker filed for the end of the post is missing from the posted data. So somewhere the data is being truncated or that field is being maliciously removed.
There are no changes from ZP 1.4.4.3 to 1.4.4.4 that impact the size of the posting, so I suspect that there is a change somewhere else.
But anyway, why don't you simply change the number of users displayed on the page and see it that fixes the problem? There is an general option for these controls because of just the problem you are having.
Thanks for your reply. However, I have the problem when I apply settings on the group tab and not user tab. I have only 5 groups and 2 templates. It worked before and then I did the upgrade to 1.4.4.4. I can't rember which version I had before, I think my last update was more in the beginning of this year. Any suggestion to troubleshut the problem?
I opened a ticket on GitHub
https://github.com/zenphoto/zenphoto/issues/335
Well, if you will re-read the post or maybe just try things you would know that the form is paginated by the number of users to display.
Quote:But anyway, why don't you simply change the number of users displayed on the page and see it that fixes the problem? There is an general option for these controls because of just the problem you are having.
On the page are only 7 groups, so that shouldn't be too much. It worked on my older Zenphoto installation and since the updgrade it don't work anymore.
I don' know why the number of user play a role, because they are only 7 groups displayed? Where can I change the number of user that are displayed in the assigment or user tab?
The option is on the general tab, "users per page". It applies to anything displayed on the Users tab which includes the groups subtab.
BTW, you really do not know that this worked before, all you know is that there was no report of the truncation of the data. Before maybe it was truncated without being detected.
Ok, I changed it to 5 user, but still the same problem. I believe that it worked before, because I could give groups certain rights and I could assign user to certains groups. So I know that the function worked before and now I can't change any group right, I can't assign albums to certains groups etc.