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?
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?
Ok, In my case is for a php.ini limitation:
I manually set it to 2000 and all works fine.
max_input_vars = 1000
I manually set it to 2000 and all works fine.
Hi 3uves,
Good to see you've solved it :-)
This FAQ talks about this and some other possible causes.
Bob
Good to see you've solved it :-)
This FAQ talks about this and some other possible causes.
Bob
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.
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
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
Hi GreyHead,
I've checked the PHP Manual, and i couldn't find the max_input_vars .
Please check here :
http://my.php.net/manual-lookup.php?pattern=max_input_vars&lang=en&scope=quickref
Kindly please advice.
Thanks.
I've checked the PHP Manual, and i couldn't find the max_input_vars .
Please check here :
http://my.php.net/manual-lookup.php?pattern=max_input_vars&lang=en&scope=quickref
Kindly please advice.
Thanks.
Hi hasnizaki,
Try using the search feature
http://my.php.net/manual/en/info.configuration.php
Bob
Hi GreyHead,
It seems like the max_input_vars support PHP 5.3.9 and above.
Ours is 5.3.8. 😢
This topic is locked and no more replies can be posted.