-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Version
10.0.5
Bug description
$_POST['used'] in Dropdown class may have thousands of elements, all other variables (e.g. searchText) exceeding max_input_vars limit are left out.
Consider increased max_input_vars a requirement for Glpi.
Relevant log output
PHP message: PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
PHP message: PHP Warning: Undefined array key "searchText" in /local/glpi/src/Dropdown.php on line 2609" while reading response header from upstream, client: 172.18.3.1, server: _, request: "POST /ajax/getDropdownValue.phpPage URL
https://glpi/front/item_rack.form.php?racks_id=55&orientation=0&position=42&ajax=true
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response