Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian installer does not set up the max_input_vars > 1000 #2063

Open
lizrea opened this issue Sep 18, 2024 · 0 comments
Open

Debian installer does not set up the max_input_vars > 1000 #2063

lizrea opened this issue Sep 18, 2024 · 0 comments

Comments

@lizrea
Copy link
Contributor

lizrea commented Sep 18, 2024

The CentOS installers up the max_input_vars for php to 5000, but the Debian ones don't seem to have that. If that's meant to be the default, we should make the debian installer do it.

lizrea added a commit to lizrea/aspen-discovery that referenced this issue Sep 18, 2024
…5000

CentOS installer includes a php file that sets the max_input_vars to 5000 from the default 1000. Debian should also have this setting by default.

To test: 
Run aspen installer on Debian as if you were setting up a new Aspen, note that the /etc/php/${php_vers}/apache2/php.ini file has a max_input_vars of 1000

apply this patch, rerun the installer, note that the same file should now have max_input_vars of 5000.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant