Welcome to the nuBuilder Forums!

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

Sometime record from subform doesn't save

Locked
devid13
Posts: 3
Joined: Thu Jan 28, 2016 3:35 pm

Sometime record from subform doesn't save

Unread post 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.
You do not have the required permissions to view the files attached to this post.
devid13
Posts: 3
Joined: Thu Jan 28, 2016 3:35 pm

Re: Sometime record from subform doesn't save

Unread post 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 ;)
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Sometime record from subform doesn't save

Unread post by admin »

.
Locked