Nextcloud version (eg, 10.0.2):
Operating system and version (eg, Ubuntu 16.04):
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 5.6):
Is this the first time you’ve seen this error and can you replicate it?:
The issue you are facing:
I am getting the entry in my nextcloud.log
{“reqId”:“z+9KYnHVFdukh1zkxgi0”,“remoteAddr”:“xxxxxxxxx”,“app”:“no app in context”,“message”:“Temporary directory /var/www/nextcloud/data/upload-tmp is not present or writable”,“level”:2,“time”:"2017-01-22T06:19:39+00$
{“reqId”:“59ZZShDRrRI7UkdVsdTK”,“remoteAddr”:“xxxxxxxxx”,“app”:“no app in context”,“message”:“Temporary directory /var/www/nextcloud/data/upload-tmp is not present or writable”,“level”:2,“time”:"2017-01-22T06:20:06+00$
{“reqId”:“C8Ak5nAystse1nRws12t”,“remoteAddr”:“xxxxxxxx”,“app”:“no app in context”,“message”:“Temporary directory /var/www/nextcloud/data/upload-tmp is not present or writable”,“level”:2,“time”:"2017-01-22T06:20:10+00$
when I look in the directory I do not have an upload-tmp dir
do I simply just make one and it all works fine or are there specific permissions that I would need to set for this dir upload-tmo dir as well?
EDIT
so I ran mkdir upload-tmp and it made this
drwxr-xr-x 2 root root 4096 Jan 22 00:30 upload-tmp
I am still getting the error in the log CONSTANTLY.
I am not sure if the permissions or the ownership is wrong or right
I also do not have a tmp location in the config.php if that matters