Forums

Can't save changes in form

3uves 04 Jul, 2012
Hi All.

I'm developing a new form. All works ok but, at this moment, when I try to insert new action in the Submit event, and click on save button, this return to the Joomla Admin Dashboard (no errors show) and changes does not applied.

Can you help me?
3uves 05 Jul, 2012
Ok, In my case is for a php.ini limitation:

max_input_vars = 1000


I manually set it to 2000 and all works fine.
GreyHead 05 Jul, 2012
Hi 3uves,

Good to see you've solved it :-)

This FAQ talks about this and some other possible causes.

Bob
hasnizaki 11 Jul, 2012

Ok, In my case is for a php.ini limitation:

max_input_vars = 1000


I manually set it to 2000 and all works fine.



Hi,

Since my hosting provider do not allow me to change the php.ini, is there any way that i can change the max_input_vars setting?

Thanks.
GreyHead 11 Jul, 2012
Hi hasnizaki ,

Checking the PHP Manual it looks as if you can set it in your .htaccess file. Your web host may have some help files about this.

Bob
GreyHead 13 Jul, 2012
Hi hasnizaki,

Then it probably isn't causing you any problems.

Bob
This topic is locked and no more replies can be posted.