-
Notifications
You must be signed in to change notification settings - Fork 24
php.ini max_input_vars #138
Comments
@MisterMike we would like to introduce an easy way to edit through the CLI. We have an open issue (#57) that will add a However, we will most likely have an Would love to get some feedback on the common items you would like to change for PHP settings (max_input_vars would be one of course). Here is an example of the new
|
Dear Jason, thanks for the update. Many of us will be looking forward to the new enhancements! I think most important would be settings that interfere with the general use of Craft, while there might be others from the category "nice to have".
maybe also
In general, |
I'd love to see For reference: https://nystudio107.com/blog/the-case-of-the-missing-php-session |
@MisterMike and @bencroker I am starting to implement these changes in #57. I have added |
It feels like it might become cumbersome if you were to add a command for each individual setting. Would allowing |
@bencroker I agree that it might be cumbersome. I think its best to increase those by default and then expose a new command to change them only if needed. I have that implemented in a PR that I will wrap up with SSL support and it exposes commands like:
|
That sounds perfect Jason!! |
This was released with 1.0.0, closing this ticket out! |
I think the default value of max_input_vars should be increased to at least 5000.
I encountered the issue using php 7.4, where the variable is commented out in the php.ini and resulting in a value of 1000. For medium to big matrix fields, this is not large enough.
What do you guys think ?
The text was updated successfully, but these errors were encountered: