display max input vars#7453
display max input vars#7453brianteeman wants to merge 1 commit intojoomla:stagingfrom brianteeman:maxvar
Conversation
postinstall message? |
|
There are good security reasons for having the max_input_vars set at 1000 The main case where it becomes an issue is if you have a total of more than So no its not suitable for a pre-installation check or a postinstall message On 17 July 2015 at 10:36, zero-24 notifications@github.com wrote:
Brian Teeman |
|
Plugin coming soon as well. |
|
Workend |
|
I have tested this item ✅ successfully on 965d632 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7453. |
|
I have tested this item ✅ successfully on 965d632 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7453. |
|
@brianteeman can you rebase this on latest staging, there is a conflict most probably form the file administrator/language/en-GB/en-GB.com_admin.ini |
|
I could if I knew how to but I don't. Each time I try it fails On 24 October 2015 at 15:49, Dimitris Grammatiko notifications@github.com
Brian Teeman |
|
@brianteeman please try |
|
Strange that when it comes to some peoples PR the committer is happy I;ve moved on. Happy to just close it On 24 October 2015 at 15:58, zero-24 notifications@github.com wrote:
Brian Teeman |
|
Sorry I don't understand what you mean? Did it work or not? |
|
Closed |
Display max input vars (redo #7453)
Since php 5.3.9 there is a php setting for the number of max_inut_vars with a default value of 1000
This pr just adds a test to display the value in com_admin&view=sysinfo
Knowing the value is quite important now especially on sites with a large number of menus, usergroups or modules as if the value for max_input_vars is not big enough then saving will fail silently or will be truncated.
(Hopefully I will also be able to provide a plugin to test the value and see if it is high enough for the users site and display a warning message)