• I have several wordpress sites running with all the same error.
    – 200 http or related to it.

    I have adjusted the php ini

    memory_limit 
    
    128M (Standaard)
     
    De maximale hoeveelheid geheugen in bytes dat een script mag toewijzen.
    max_execution_time 
    
    30 (Standaard)
     
    De maximale tijd in seconden dat een script kan worden uitgevoerd voordat deze wordt afgebroken.
    max_input_time 
    
    60 (Standaard)
     
    De maximale tijd in seconden dat een script gegevens mag verwerken.
    post_max_size 
    
    250M
     
     Standaard terugplaatsen
    De maximale grootte in bytes van gegevens die via de POST-methode kunnen worden gepost. Normaal gesproken is dit groter dan de waarde van upload_max_filesize maar kleiner dan memory_limit.
    upload_max_filesize 
    
    200M (Standaard)
     
    De maximale grootte in bytes van een bestand dat is geüpload.

    you will now think that I can upload files of 200 mb. not so
    a file of 200 mb gives the -200 error http
    both when I upload a file via the backend and via gravityforms.

    the crazy thing is if I just processed a file of <100 mb upload this file.

    I’ve been playing with the execution and input time, but this does not help to get stuck at 90%

Viewing 1 replies (of 1 total)
  • anonymized-14765447

    (@anonymized-14765447)

    Hey there,

    increase the memory_limit value, for example 256M and try to upload 200Mb files again.

    memory_limit > post_max_size > upload_max_filesize

Viewing 1 replies (of 1 total)
  • The topic ‘wordpress upload error is very weird’ is closed to new replies.