SO
Asked
First I imported one purchase from CSV, then I try to update that when I save and go back to the purchase some items are missing.
- SOAnsweredTo try to fix it. I changed the variable max_input_vars, but now I can add 110, and the error keep going
- SOAnsweredmax_input_vars = 1000000
allow_url_fopen = On
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 60
max_input_time = 120
memory_limit = 1024M
post_max_size = 1024M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
upload_max_filesize = 512M
zlib.output_compression = Off - MSAnsweredHello,
You can check the value on the folder with phpinfo to make sure your config is applied.
Thank you - SOAnsweredActually, I need to change the value of post_max_size as well, but for now everything are working.
- MSAnsweredI am glad to know. Thanks for updating
- Login to Reply