Question: Problem To Add More Then 130 Purchase Items

Problem To Add More Then 130 Purchase Items

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.

SO

Saulo Oliveira

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.
  • SO

    Saulo Oliveira

    Answered
    To try to fix it. I changed the variable max_input_vars, but now I can add 110, and the error keep going
  • SO

    Saulo Oliveira

    Answered
    max_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
  • MS

    Mian Saleem

    Answered
    Hello,

    You can check the value on the folder with phpinfo to make sure your config is applied.

    Thank you
  • SO

    Saulo Oliveira

    Answered
    Actually, I need to change the value of post_max_size as well, but for now everything are working.
  • MS

    Mian Saleem

    Answered
    I am glad to know. Thanks for updating
  • Login to Reply