Good day,
I am trying to install my system on an Ubuntu server and keep getting the following error when trying to generate the document:
ZipArchive::close(): Failure to create temporary file: No such file or directory
Please advise.
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowGood day,
I am trying to install my system on an Ubuntu server and keep getting the following error when trying to generate the document:
ZipArchive::close(): Failure to create temporary file: No such file or directory
Please advise.
Hello,
That's a generic PHP error that appears if the temp/target folder has some problem due to missing rw permissions or it can't be used to write temp/target files:
We recommend you to check your server setup and also test using the PHP CLI mode.
Regards.