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.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Sometime record from subform doesn't save
-
- Posts: 3
- Joined: Thu Jan 28, 2016 3:35 pm
Sometime record from subform doesn't save
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3
- Joined: Thu Jan 28, 2016 3:35 pm
Re: Sometime record from subform doesn't save
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
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
