Hi,
I am currently trying to build a package, it uploads correctly but I get the error "Can't open file tmp/"
Could there be permission issues or something else here?
I have the correct configuration in my php.ini.
File uploads are ON
upload_max_filesize is 30G
post_max_size is 31G
Jack
Hi Frank,My mistake, these have already been set in the ocsinventory-reports.conf file. I also tried to set the changes in the php.ini too.
EDIT: I am running PHP7.
Thanks for the response Frank,
I have changed the setting to "/uploads"
The "/uploads" directory is owned by www-data.
However, I am still getting the following error;