Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version 18.0.3:
Operating system and version Ubuntu 18.04:
nginx version nginx/1.17.9:
PHP version _7.4:
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
1.server ubuntu 18.04 speedtest = Testing download speed…
Download: 233.71 Mbit/s
Testing upload speed…
Upload: 280.23 Mbit/s
2. upload and download file transfer nextcloud 52k/s
3.
The output of your Nextcloud log in Admin > Logging:
Testing download speed................................................................................
Download: 233.71 Mbit/s
Testing upload speed................................................................................................
Upload: 280.23 Mbit/s
Testing download speed…
Download: 233.71 Mbit/s
Testing upload speed…
Upload: 280.23 Mbit/s
Testing download speed................................................................................
Download: 233.71 Mbit/s
Testing upload speed................................................................................................
Upload: 280.23 Mbit/s
/var/www/nextcloud/config/config.php
<?php
$CONFIG = array (
'instanceid' => 'xxx',
'passwordsalt' => 'xxx',
'secret' => 'xxx',
'trusted_domains' =>
array (
0 => 'tvde.go.ro',
),
'datadirectory' => '/var/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '18.0.3.0',
'overwrite.cli.url' => 'https://tvde.go.ro',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'xxxxxxxxx',
'dbpassword' => 'xxxxxxxx',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'app_install_overwrite' =>
array (
0 => 'admin_notifications',
1 => 'spreedme',
2 => 'printer',
3 => 'ojsxc',
4 => 'social',
),
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'eu',
'mail_domain' => 'localhost',
'maintenance' => false,
'mail_smtphost' => 'tvnl.eu',
'mail_smtpport' => '25',
'mail_smtpsecure' => 'tls',
);
/var/log/nginx/error.log`:
```
2020/04/12 07:39:03 [warn] 1783#1783: *11995 an upstream response is buffered to a temporary file /var/cache/nginx/fastcgi_temp/1/00/0000000001 while reading upstream, client: 84.81.67.156, server: tvde.go.ro, request: "GET /remote.php/dav/files/lstefan/Photo%20si%20video/Filmari/Eu%20cu%20fura%20lui%20mosu/20180316.mp4 HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "tvde.go.ro"
2020/04/12 07:39:05 [warn] 1783#1783: *11995 an upstream response is buffered to a temporary file /var/cache/nginx/fastcgi_temp/2/00/0000000002 while reading upstream, client: 84.81.67.156, server: tvde.go.ro, request: "GET /remote.php/dav/files/lstefan/Photo%20si%20video/Filmari/Eu%20cu%20fura%20lui%20mosu/20180316.mp4 HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "tvde.go.ro"