Page 1 of 1

Limit on records in a subform?

Posted: Wed Oct 05, 2016 6:08 pm
by gib
Hello:

In entering data to a subform in my project, I discovered that, after creating about 90 records in the subform, new entries would no longer be saved to the database. Entering new records on the subform itself appeared to work fine, but after saving the form, records beyond 90 or so would disappear without being saved.

Is this a limitation of the subform object, or is there something else wrong?

Thanks,

Gib

Re: Limit on records in a subform?

Posted: Tue Nov 15, 2016 5:02 am
by admin
Gib,

Your problem is probably this...

set this in php.ini

; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 10000

Steven

Re: Limit on records in a subform?

Posted: Wed Nov 16, 2016 11:27 pm
by gib
Thanks, Steven.

My hosting provider does not allow me to edit the server-wide php.ini. I put a php.ini with this line in the root of my nuBuilder directory, but don't see that the problem is fixed. Is there another place the file should go?

Gib

Re: Limit on records in a subform?

Posted: Wed Jan 25, 2017 4:01 am
by admin
.