Nextcloud version: 18.0.4
Operating system and version: Ubuntu 18.04
Nginx version: 1.14.0
PHP version: 7.2
The issue you are facing:
Getting error deleting file message when trying to delete file with web interface.
File is 3.5Gb has been uploaded via desktop client. Right after uploading (desktop app became green) i’ve tryied to move this file to another folder which was shared by other user. File has not been moved and the subj message appeared.
I successfully copied the file to the desired folder. But still can’t delete it from initial folder. I deleted it from local folder of my PC and desktop NX app already synchronized this folder. But the file still at its place.
2 hrs ago I did the same operation with another file (3.9Gb) and everything was fine.
Now if you upload some small file to the same folder then you can delete it with no questions.
And immediately update: while typing this message problem is solved! The file just disappeared.
I’ve tryied to replicate the problem:
- Renamed the same file and uploaded it via desktop app.
- Than opened folder in web interface and saw that the file is gone. There was only freshly uploaded new file.
- Freshly uploaded file was deleted with no troubles.
So it’s just a report about possible bug.
Is this the first time you’ve seen this error?: Y
Steps to replicate it:
- No idea.
The output of your Nextcloud log in Admin > Logging:
no messages in nextcloud log at time when error appears
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => '192.168.1.100',
1 => 'fqdn.ru',
),
'datadirectory' => '/mnt/data/www/fqdn.ru/data',
'dbtype' => 'mysql',
'version' => '18.0.4.2',
'overwrite.cli.url' => 'https://fqdn.ru',
'dbname' => 'fqdn',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'fqdn',
'dbpassword' => '',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
),
'memcache.locking' => '\\OC\\Memcache\\Redis',
'mysql.utf8mb4' => true,
'maintenance' => false,
'default_language' => 'ru',
'default_locale' => 'ru_RU',
'allow_user_to_change_display_name' => true,
'auth.bruteforce.protection.enabled' => true,
'logtimezone' => 'Europe/Moscow',
'log_type' => 'owncloud',
'logfile' => '/var/log/fqdn.log',
'loglevel' => '2',
'log_rotate_size' => '104857600',
);
The output of your Apache/nginx/system log in /var/log/____
:
no messages in nginx error log at time when error appears