Nextcloud version : 16.0.1.1
Operating system and version : Ubuntu 18.04.2
Apache or nginx version: Apache/2.4.29 (Ubuntu)
PHP version: 7.2.19
The issue you are facing:
I’m stuck with a folder named “Test ?” after enabling MySQL 4-byte support. Eventhough I deleted the folder on the filesystem it is undeleteable via web and Android app.
Is this the first time you’ve seen this error?: Yes
Steps to replicate it:
- I converted my database to 4-byte support following your manual Enabling MySQL 4-byte support
- Unfortunately I ran into some errors during step 6:
$ sudo -u www-data php occ maintenance:repair - Nevertheless I tried to create a folder named “Test
” on my Android phone. In the webinterface I see the folder as “Test ?” and I’m not able to delete or rename it. (I know all of that was stupid
)
- In the end I managed to successfully convert the database, but I’m still not able to delete or rename the folder.
- Deleted the file on the filesystem, in the app and the webinterface, but the folder always shows up again after a refresh.
- used occ files:repair and files:rescan to get rid of it.
The output of your Nextcloud log in Admin > Logging:
No relevant logging at hand as I did all this on 30th of June 2019
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
?php
$CONFIG = array (
'instanceid' => 'ocnl1xg8a5b7',
'passwordsalt' => 'xxx',
'secret' => 'xxx',
'trusted_domains' =>
array (
0 => '192.168.178.2',
1 => 'xxx',
),
'datadirectory' => '/media/mergerfsdaten/nextcloud_data',
'overwrite.cli.url' => 'http://192.168.178.2/nextcloud',
'dbtype' => 'mysql',
'version' => '16.0.3.0',
'dbname' => 'nextcloud',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_nextcloudadmi',
'dbpassword' => 'xxx',
'installed' => true,
'mail_from_address' => 'xxx',
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_domain' => 'xxx',
'mail_smtpsecure' => 'tls',
'mail_smtpauth' => 1,
'mail_smtpport' => '587',
'mail_smtphost' => 'xxx',
'mail_smtpname' => 'xxx',
'mail_smtppassword' => 'xxx',
'maintenance' => false,
'updater.secret' => xxx,
'theme' => '',
'loglevel' => 2,
'app_install_overwrite' =>
array (
0 => 'admin_notifications',
),
'updater.release.channel' => 'production',
'mysql.utf8mb4' => true,
);
The output of your Apache/nginx/system log in /var/log/____
:
Can't find any system log within the apache2 folder