Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Big Subform

Post Reply
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Big Subform

Unread post 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
BR
Rui
pickle_jimmy
Posts: 38
Joined: Mon Jul 25, 2011 4:00 am

Re: Big Subform

Unread post 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
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Big Subform

Unread post by ruiascensao »

Hi Pickle Jimmy,

My php version doesn't support that function.

Any other ideia?

Best Regards,
Rui
BR
Rui
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Big Subform

Unread post 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
Post Reply