? ? Success
Referenced as Pull Request for: # 8239

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
17 Jul 2015

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)

avatar brianteeman brianteeman - open - 17 Jul 2015
avatar brianteeman brianteeman - change - 17 Jul 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 17 Jul 2015
Labels Added: ? ?
avatar zero-24
zero-24 - comment - 17 Jul 2015

@brianteeman

(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)

postinstall message?
Should we check this also on the installation? (maybe only as "warning")

avatar brianteeman
brianteeman - comment - 17 Jul 2015

There are good security reasons for having the max_input_vars set at 1000
by default in PHP so you would not want to blindly increase it if there is
no need to do so.

The main case where it becomes an issue is if you have a total of more than
1000 modules, menu items and usergroups. So it is only something we should
be warning users about if they are close to the limit or have reached the
limit.

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:

@brianteeman https://github.com/brianteeman

(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)

postinstall message?
Should we check this also on the installation? (maybe only as "warning")


Reply to this email directly or view it on GitHub
#7453 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman
brianteeman - comment - 17 Jul 2015

Plugin coming soon as well.

avatar brianteeman brianteeman - change - 19 Jul 2015
Easy No Yes
avatar brianteeman brianteeman - change - 19 Jul 2015
Category Administration
avatar widmann-it
widmann-it - comment - 24 Oct 2015

Workend

avatar DavidTrenkle DavidTrenkle - test_item - 24 Oct 2015 - Tested successfully
avatar DavidTrenkle
DavidTrenkle - comment - 24 Oct 2015

I have tested this item :white_check_mark: successfully on 965d632

works


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7453.

avatar designbengel designbengel - test_item - 24 Oct 2015 - Tested successfully
avatar designbengel
designbengel - comment - 24 Oct 2015

I have tested this item :white_check_mark: successfully on 965d632


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7453.

avatar dgt41
dgt41 - comment - 24 Oct 2015

@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

avatar brianteeman
brianteeman - comment - 24 Oct 2015

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
wrote:

@brianteeman https://github.com/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


Reply to this email directly or view it on GitHub
#7453 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar zero-24
zero-24 - comment - 24 Oct 2015

@brianteeman please try

git pull origin maxvar
git pull upstream staging
git commit -am 'fix merge conflicts'
git push origin maxvar
avatar brianteeman
brianteeman - comment - 24 Oct 2015

Strange that when it comes to some peoples PR the committer is happy
resolve merge conflicts

I;ve moved on. Happy to just close it

On 24 October 2015 at 15:58, zero-24 notifications@github.com wrote:

@brianteeman https://github.com/brianteeman please try

git pull origin maxvar
git pull upstream staging
git commit -am 'fix merge conflicts'
git push origin maxvar


Reply to this email directly or view it on GitHub
#7453 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar zero-24
zero-24 - comment - 24 Oct 2015

Sorry I don't understand what you mean? Did it work or not?

avatar brianteeman
brianteeman - comment - 29 Oct 2015

Closed

avatar brianteeman brianteeman - change - 29 Oct 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-10-29 00:30:43
Closed_By brianteeman
avatar brianteeman brianteeman - close - 29 Oct 2015
avatar brianteeman brianteeman - head_ref_deleted - 29 Oct 2015
avatar roland-d roland-d - reference | e2e3a05 - 2 Nov 15

Add a Comment

Login with GitHub to post a comment