-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload files with size > 8k #17179
Comments
Regarding: #9471
https://forum.owncloud.org/viewtopic.php?f=17&t=32517 |
Thanks for reporting this issue 👍 Please pick one of the issues (with similar setup) from the list above and append your issue template. |
Hi Daniel I don't think it makes sense to append this issue to one of the others, as I already checked for the discussed reasons:
|
Fine by me. Please update your issue template and add config, apps and logs (nextcloud, webserver, etc.). There could be many reasons for this kind of error. I was running into that issue myself with a quota defined for www-data for example. |
Thanks! Data has already been there, but a format error hided it :-( By the way: The |
Leads to the question: Is /media/nc-data/ncdata/tmp writeable to www-data? |
also checked file system etc. But interesting is that the error Shall I perhaps try to move the complete Data-Dir with the help of ncp? |
cc @nachoparker any idea? |
Closed because I had to restore from backup to NC 16.0.2 to get system running again. |
Steps to reproduce
1.Try to upload file with filesize > 8192 via:
Browser with HTML2 enabled or disabled
Expected behaviour
Just upload the file
Actual behaviour
Error PHP curl_exec(): Unable to create temporary file, Check permissions in temporary files directory. at /var/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php#40
Fatal WEBDAV i.e. "Sabre\DAV\Exception\BadRequest: expected filesize 529008 got 8192"
This error has been reported earlier / Issue #16318. But the solution discussed there isn't applicable.
Server configuration
Operating system:
Linux 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l
Web server:
Apache (fpm-fcgi)
Database:
mysql 10.3.15
PHP version:
7.3.4-2
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, sodium, standard, cgi-fcgi, mysqlnd, PDO, xml, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, json, ldap, exif, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, smbclient, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, libsmbclient, Zend OPcache
Nextcloud version: (see Nextcloud admin page)
16.0.4 - 16.0.4.1
Updated from an older Nextcloud/ownCloud or fresh install:
updated
Where did you install Nextcloud from:
via NC-PI updater
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Enabled:
Disabled:
Nextcloud configuration:
Config report
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"default_language": "de",
"trusted_domains": {
"0": "localhost",
"11": "\n\n<title>302 Found</title>\n</head>\n
Found</h1>\n
The document has moved <a href="https://icanhazip.com/">here</a>.</p>\n</body></html>",
"1": "192.168.10.53",
"5": "nextcloudpi.local",
"7": "nextcloudpi",
"8": "nextcloudpi.lan",
"9": "cloud",
"10": "cloud.fritz.box",
"20": "cloud.beckstette-aalen.de",
"4": "cloud.beckstette-aalen.de"
},
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "16.0.4.1",
"overwrite.cli.url": "https://cloud.beckstette-aalen.de/",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"instanceid": "REMOVED SENSITIVE VALUE",
"memcache.local": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"timeout": 0,
"password": "REMOVED SENSITIVE VALUE"
},
"tempdirectory": "/media/nc-data/ncdata/tmp",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"overwriteprotocol": "https",
"mail_sendmailmode": "smtp",
"mail_smtpsecure": "tls",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"logfile": "/media/nc-data/ncdata/nextcloud.log",
"loglevel": 2,
"jpeg_quality": "60",
"data-fingerprint": "dec234ee1c3167834b3a3707c0a741b6"
}
}
Are you using encryption: yes/no
No
Client configuration
Browser:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Operating system:
Windows 10 Pro 1809 (Build 177636.737)
error.zip
nextcloud.zip
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: