{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
""
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "15.0.0.10",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"theme": "",
"maintenance": false,
"maxZipInputSize": 0,
"allowZipDownload": true,
"secret": "***REMOVED SENSITIVE VALUE***",
"app.mail.server-side-cache.enabled": true,
"trashbin_retention_obligation": "auto",
"preview_max_scale_factor": 1,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"htaccess.RewriteBase": "\/",
"overwrite.cli.url": "",
"updater.release.channel": "stable",
"mysql.utf8mb4": true,
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"loglevel": 2
}
}
Steps to reproduce
touch emptyfile)Expected behaviour
The file should be uploaded fine.
Actual behaviour
The file isn't uploaded (error 500) and an error is reported.
Server configuration
Operating system: Centos 7.6
Web server: Apache/2.4.6
Database: mysql Ver 15.1 Distrib 5.5.60-MariaDB,
PHP version: PHP 7.3.0
Nextcloud version: 15.0.0
Updated from an older Nextcloud/ownCloud or fresh install: updated from 14 (and 15 beta/rc)
Where did you install Nextcloud from: zip file
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
**Are you using external storage, if yes which one:**No
Are you using encryption: No, but the encryption app was enabled
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
I tried disabling all the apps I could and then re-enable them one for one. As soon as I re-enable the encryption app, the error occurs. I don't have encryption enabled though.
I tried on a fresh installation and enabling the encryption app (without configuring anything) gives the same error.