Nextcloud version: 17.0.3
Operating system and version: Ubuntu 18.04.4 LTS
Apache or nginx version: Apache/2.4.29
PHP version: 7.2.24
MySQL version: 10.1.44
The issue you are facing:
When uploading DOC/PPT/XLS files with first cyrillic symbol in the name - first word of file name dissapeared from GUI. When renaming DOC/PPT/XLS and setting firs name symbol in cyrillic - first word of file name dissapeared from GUI. Affected only DOC/PPT/XLS, with zip/pdf/txt/docx/pptx/xlsx everything is ok. Bug affected by mime-type. When renaming txt file to doc and setting first cyrillic symbol in the name - bug is not heppend. On the disk files names are OK (as original).
Video with issue: https://cloud.uhe.gov.ua/index.php/s/Fb45ARNjiRKF2ap
Password: NextcloudBug
Is this the first time you’ve seen this error? Yes
Steps to replicate it:
- Create doc file. Name it “Тест file.doc”
- Upload to NC server.
- Press F5. File name will be “file.doc”
The output of your Nextcloud log in Admin > Logging: no errors affected by this issue
The output of your config.php file:
<?php
$CONFIG = array (
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/nextcloud/apps',
'url' => '/apps',
'writable' => true,
),
),
'supportedDatabases' =>
array (
0 => 'mysql',
),
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '127.0.0.1',
'port' => '6379',
),
'instanceid' => 'sensetivedata',
'passwordsalt' => 'sensetivedata',
'secret' => 'sensetivedata',
'trusted_domains' =>
array (
0 => 'sensetivedata',
1 => 'sensetivedata',
2 => 'sensetivedata',
),
'default_language' => 'uk',
'datadirectory' => '/media/ncdata/data',
'dbtype' => 'mysql',
'version' => '17.0.3.1',
'overwrite.cli.url' => 'sensetivedata',
'dbname' => 'sensetivedata',
'dbhost' => '127.0.0.1',
'dbport' => '3306',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'sensetivedata',
'dbpassword' => 'sensetivedata',
'installed' => true,
'ldapIgnoreNamingRules' => false,
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
'maintenance' => false,
'twofactor_enforced' => 'false',
'twofactor_enforced_groups' =>
array (
),
'twofactor_enforced_excluded_groups' =>
array (
),
'loglevel' => 2,
'theme' => '',
'updater.release.channel' => 'stable',
'onlyoffice' =>
array (
'verify_peer_off' => true,
),
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'sensetivedata',
'mail_domain' => 'sensetivedata',
'mail_smtphost' => 'sensetivedata',
'mail_smtpport' => '25',
);