Recent content by Seeker-Smith

  1. S

    Chunked not working

    I have php and Niginx set to I never had issues with Xenforo and Apache with 10GB files. My goal was to reduce the php limits and use chunks to save on resources. I'll keep plugging at it.
  2. S

    Chunked not working

    .mp4 video
  3. S

    Chunked not working

    No joy for me. I've tried uploading a file a bit over 5GBwith the settings in the attachment and it fails at around 60% with nothing in the server error log.
  4. S

    Chunked not working

    Thanks for the update. I'll give it a try and report back.
  5. S

    Chunked not working

    You indicated that you edited helper_attach_upload and xfmg_media_add_macros templates I assumed there was an error Xenforo should be aware of.
  6. S

    Chunked not working

    Have you reported this to the Xenforo team?
  7. S

    Chunked not working

    Sure. My goal with or without is to have a working upload system. I'm Xenforo 2.3.4, php8.3, Niginx 1) template xfmg_media_add_macros yes I have it but its from Dragonbyte Social groups addon. 2) I have my uploads Nginx and php8.3 now set to 10GB. I just tried a file 5.62GB and it filed with a...
  8. S

    Chunked not working

    Okay with Chunk enabled I can upload to 5G with it enabled and set to: a 5.62G file fails. So I'm not sure if this is even functioning. I'm not seeing anything in the server logs.
  9. S

    Chunked not working

    I switched to php8.3 and Niginx at the same time. Not only have my uploads broken but also transcoding simply won't work.
  10. S

    Chunked not working

    Since finding a setting in Nginx nginx client_max_body_size that was set to 200m I've been able to increase my uploads but some still fail. I cn't say where chunked is working or not. If I upload a 2 gb file with it on of off it succeeds where another might fail. Since updating the Nginx setting...
  11. S

    Chunked not working

    I have my php resources set to: PHP memory_limit 512M PHP post_max_size 51200M...