Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Limit on records in a subform?

Locked
gib
Posts: 11
Joined: Thu Aug 18, 2016 9:28 pm

Limit on records in a subform?

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Limit on records in a subform?

Unread post 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
gib
Posts: 11
Joined: Thu Aug 18, 2016 9:28 pm

Re: Limit on records in a subform?

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Limit on records in a subform?

Unread post by admin »

.
Locked