forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: mati on July 01, 2015, 11:21:43 am

Title: Groups limit?
Post by: mati on July 01, 2015, 11:21:43 am
Hi there,

I have the newest version of Coppermine. I have exactly 90 groups and cannot create, delete or modify them anymore. I have to manually delete a group from a database in mysql workbench to create new one. But still exactly 90 groups. Where do I change the limit?
Title: Re: Groups limit?
Post by: gmc on July 04, 2015, 06:58:00 pm
I'm not aware of any limits on categories, albums, pictures, groups coded in Coppermine.
When you say 'cannot create, delete or modify them' - what error message do you receive in each case? (Turn on Debug if just a generic error message is received.)

If no message - can you include the SQL from debug (turn on in config for at least admin use) when attempting to create a group?
Title: Re: Groups limit?
Post by: Αndré on July 07, 2015, 04:41:26 pm
I assume there's something configured on your server which limits the amount of form data/items you can submit at simultaneously. Please have a look at your phpinfo and search for such limits and/or especially for "suhosin".
Title: Re: Groups limit?
Post by: gmc on July 07, 2015, 06:14:02 pm
Good thought Andre....
and actually would suggest trying a different browser too...
I ran into an issue (outside of CPG) where Internet Explorer would truncate a form after about 1000 fields - while other (more reasonable) browsers did not corrupt my data...

Each group is 10 variables passed in form... 90 groups would have 900 variables... plus some hidden/general values...
My guess is adding the 90th group pushed you past the limit and the form elements for submitting (apply/change/delete) fall off the bottom of form...