MS
Asked
Hello, I already modify in the php.ini the max_input_vars to 10000 and the rest that you say in the documentation, restart the apache server, but when I try to upload a purchase with more than 70 reference only 66 reference appears, why is this error? I already did the documentation thing, I am using xampp
- MSAnsweredHello,
May be you can try to set it to 20k and make sure the config has been applied, you can check `php echo ini_get('max_input_vars');`
Thank you - Login to Reply