Page 1 of 1
subform not saving
Posted: Sun Feb 09, 2020 12:27 pm
by johan
Hi
I have a problem with a subform. When there are a lot of rows the subform does'nt save.
With just a few rows everything works fine.
Any idea?
Johan
Re: subform not saving
Posted: Sun Feb 09, 2020 12:37 pm
by kev1n
How many rows and objects per row are we talking about?
Re: subform not saving
Posted: Mon Feb 10, 2020 8:49 am
by johan
Kevin
4 objects and in this case 400 rows.
I've exported the tables from an Nubuilder v2
Johan
Re: subform not saving
Posted: Mon Feb 10, 2020 4:07 pm
by kev1n
Are there no error messages in
- nuDebug Results
- Developer Console (F12)
- PHP Logfiles
?
Re: subform not saving
Posted: Tue Feb 11, 2020 1:22 pm
by johan
Kevin
Problem solved. We've increased max_input_vars.
Thanks for your help
Johan
Re: subform not saving
Posted: Tue Feb 11, 2020 1:24 pm
by kev1n
Nice! I was also thinking of increasing that directive.