Page 1 of 1

Sometime record from subform doesn't save

Posted: Thu Jan 28, 2016 4:14 pm
by devid13
Hi!
I have a strange trouble.
In my WebApp i have a subform with some fields.
Well, if I change something in the first 35 record and I click on Save button the changes are saved correctly.
If I save changes in record above the 35s they doesn't saved.
Idem if I add new record in a new line.
I post an image of my screen with the subform.
I have verified yet php.ini and my.cnf with configs proposed in other posts (max_memory..., character-set..., sql-mode...).
Thank in advance.

D.

Re: Sometime record from subform doesn't save

Posted: Fri Jan 29, 2016 11:52 am
by devid13
Hi!
After many attempts and some research I found a solution.
*** PHP.INI ***
max_input_nesting_level = 10000
memory_limit = 512M
mysql.cache_size = 2000
******
I hope it is useful for someone!

Bye and good nubuildering ;)

Re: Sometime record from subform doesn't save

Posted: Fri Feb 12, 2016 2:16 am
by admin
.