- π©πͺGermany Anybody Porta Westfalica
This is a great idea, I think it should rather be a core issue?
And the check should probably happen, if the number of submitted values exactly equals max_input_vars (as I think the rest won't be submitted?)
If the number of form input elements on a Drupal form exceeds the max_input_vars PHP settings, then this can result in broken form submissions and an inability to debug what is actually wrong since the error message displayed is about a file upload limit exceeded, even if the form doesn't have anything to deal with an uploaded file.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is a great idea, I think it should rather be a core issue?
And the check should probably happen, if the number of submitted values exactly equals max_input_vars (as I think the rest won't be submitted?)