Recent content by massimo

  1. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Thanks Peter. Nginx's client_max_body_size is already set to 2000m (since my site handles large file uploads). Anyways it seems to be solved after I set this PHP directive in php.ini: output_buffering = 0 (instead of 4096) Does it make sense to you? Anyways my PHP download script is already...
  2. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Thanks, did try that earlier, didn't solve. Should "Serve static files directly by nginx" be enabled as well?
  3. M

    Issue (Urgent) Can't download files >1GB served by PHP

    Hi everyone, I am facing a quite urgent issue here, because all the downloads of files >1GB served by PHP via HTTP are failing exactly at 1GB. I've searched online but nothing seems to solve the issue. Can anybody help? Massimo.
  4. M

    Issue Installing rar.so extension for PHP 7.4

    Thanks for your kind answer. I’ll do some more research on the packages you are mentioning. If anyone happens to have a specific guide for the rar extension, I cannot seem to find anything at all about it! Best, Massimo.
  5. M

    Issue Installing rar.so extension for PHP 7.4

    Hi everyone, I have been struggling trying to install the RAR extension for PHP in Plesk Obsidian 18. I need it for PHP 7.4. I have followed this guide (Adding Custom PHP Module in Plesk) and now I see it in the Extensions: But when I try \RarArchive::open($path) it says Class 'RarArchive'...
Back
Top