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

Adding max_input_vars to php.ini #166

Merged
merged 1 commit into from
Nov 30, 2021
Merged

Adding max_input_vars to php.ini #166

merged 1 commit into from
Nov 30, 2021

Conversation

dannylamb
Copy link
Member

From a client site with a lot of fields (like 150+), forms for changing display and form modes started to have their ajax fail. When trying to do something that triggers AJAX like hiding a field in a display mode, you'll get an infinite spinning wheel. This is b/c you'll bump up against the limit of how large form POSTs are allowed to get.

This PR fixes the issue by letting you configure the max_input_vars configuration for PHP and sets the default to something reasonably high so most people won't have to mess with this.

@nigelgbanks nigelgbanks merged commit 26c79db into main Nov 30, 2021
@nigelgbanks nigelgbanks deleted the max-input-vars branch November 30, 2021 09:14
@dannylamb
Copy link
Member Author

🙇 thanks Nigel

rosiel added a commit that referenced this pull request Jan 5, 2022
* Fix logging errors with cantaloupe due to find/replace bug (#165)

* Adding max_input_vars to php.ini (#166)

* Explain how Docker Hub factors in the workflow. (#171)

* Updated the introduction to redirect users to better starting points in case they ended up at this repo by accident. (#164)

* [issue-172] Use explicit commits in URLs such that (#176)

Code can change when pulling from a master branch, which causes checksum
checks to fail.

This can changes master to instead refer to explicit commits hashes.

The output docker images is byte for byte the same though.

* Prevent passwords from being logged.

Co-authored-by: dannylamb <[email protected]>
Co-authored-by: Rosie Le Faive <[email protected]>
rosiel added a commit that referenced this pull request Feb 10, 2022
* Fix logging errors with cantaloupe due to find/replace bug (#165)

* Adding max_input_vars to php.ini (#166)

* Explain how Docker Hub factors in the workflow. (#171)

* Updated the introduction to redirect users to better starting points in case they ended up at this repo by accident. (#164)

* [issue-172] Use explicit commits in URLs such that (#176)

Code can change when pulling from a master branch, which causes checksum
checks to fail.

This can changes master to instead refer to explicit commits hashes.

The output docker images is byte for byte the same though.

* Prevent passwords from being logged.

Co-authored-by: dannylamb <[email protected]>
Co-authored-by: Rosie Le Faive <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants