Page 1 of 1

Big Subform

Posted: Tue Mar 06, 2012 12:30 pm
by ruiascensao
Hi,

I have a subform with 50 records. When I'm saving the form that has the subform the windows gets white.
Is this problem because the subform is too big?
Is there a way to solve this issue?

Thank You!

Best Regards,
Rui

Re: Big Subform

Posted: Wed Mar 07, 2012 7:05 am
by pickle_jimmy
Hi Rui,

There is a variable (not very well documented) that you can add to php.ini

max_input_vars

which determins the number of post variables in PHP.

It defaults to 1000, but this may not be enough in your case, and so all the values are not being saved, and the form never gets to the refresh code.

Try adding

max_input_vars = 3000

to your php.ini and restart apache.

Cheers

Pickle Jimmy

Re: Big Subform

Posted: Sat Mar 10, 2012 1:40 pm
by ruiascensao
Hi Pickle Jimmy,

My php version doesn't support that function.

Any other ideia?

Best Regards,
Rui

Re: Big Subform

Posted: Wed Mar 14, 2012 6:56 am
by admin
Rui,

You have to work within the confines of your web server and browser, this is not a nuBuilder thing, maybe rethink displaying theses 50 records in a browse not a subform.

Steven