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 (16.0.6):
Operating system and version (Debian 10):
Apache or nginx version (Apache 2.4.38):
PHP version (7.3):
The issue you are facing:
First NC update to 16.0.6. Then via ‘sudo apt-get update’, ‘sudo apt-get upgrade’ and ‘sudo apt-get dist-upgrade’ I made a upgrade from Stretch to Buster. After that I could not log in to NC. Blue page with hint, that php curl is not installed. Tried to intall curl --> Already latest verion installed. Tried to install php7.3-curl --> Already latest version installed.
Now the big bang: I followed an instruction and obiously pasted ‘sudo apt-get autoremove’. After that, I can only see a blank white screen when trying to connect to NC. (cloud.example.com) Tried it internally and via externally. Only white screen, no error code, nothing.
‘mysql -v’ delivers: -bash: mysql: Command not found.
Did I delete my Database?
Data in the /var/nextcloud/data folder is there. I checked.
Is this the first time you’ve seen this error? Y
Steps to replicate it:
The output of your Nextcloud log in Admin > Logging:
GUI can not be accessed
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'Not_sure_if_useful_to_anonymize',
'passwordsalt' => 'Not_sure_if_useful_to_anonymize',
'secret' => 'Not_sure_if_useful_to_anonymize',
'trusted_domains' =>
array (
0 => '192.168.0.50',
1 => 'example.com',
2 => 'anotherpage.com',
3 => 'cloud.example.com',
4 => 'www.example.com',
),
'datadirectory' => '/var/nextcloud/data',
'overwrite.cli.url' => 'http://192.168.0.50/nextcloud',
'dbtype' => 'mysql',
'version' => '16.0.6.1',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_from_address' => 'myname',
'mail_domain' => 'exampleprovider.com',
'mail_smtpauth' => 1,
'mail_smtphost' => 'mail.exampleprovider.com',
'mail_smtpport' => '465',
'mail_smtpname' => 'ab@cd.ef',
'mail_smtppassword' => 'password123',
'mail_smtpsecure' => 'ssl',
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'dbname' => 'nc_database',
'dbhost' => '127.0.0.1',
'dbuser' => 'root',
'dbpassword' => 'anotherpasswort123',
'updater.secret' => 'Not_sure_if_useful_to_anonymize',
'app_install_overwrite' =>
array (
0 => 'calendar',
),
);
The output of your Apache/nginx/system log in /var/log/apache2/error.log
: I hope that is the right one. Ohterwise please give me a hint.
PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20170718/redis.so (/usr/lib/php/20170718/redis.so: undefined s$PHP Warning: Module 'sqlite3' already loaded in Unknown on line 0
[Sun Nov 10 00:00:03.387700 2019] [mpm_prefork:notice] [pid 2481] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1d configured -- resuming normal operations[Sun Nov 10 00:00:03.387774 2019] [core:notice] [pid 2481] AH00094: Command line: '/usr/sbin/apache2'
[Sun Nov 10 00:34:15.070758 2019] [php7:error] [pid 3156] [client 192.168.0.1:55471] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 00:34:15.073353 2019] [php7:error] [pid 3156] [client 192.168.0.1:55471] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.442883 2019] [php7:error] [pid 3160] [client 192.168.0.1:41603] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.446365 2019] [php7:error] [pid 3160] [client 192.168.0.1:41603] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.449505 2019] [php7:error] [pid 3434] [client 192.168.0.1:36770] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.452190 2019] [php7:error] [pid 3434] [client 192.168.0.1:36770] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.473293 2019] [php7:error] [pid 3159] [client 192.168.0.1:56544] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.476025 2019] [php7:error] [pid 3159] [client 192.168.0.1:56544] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.481304 2019] [php7:error] [pid 3755] [client 192.168.0.1:33348] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:27:17.483853 2019] [php7:error] [pid 3755] [client 192.168.0.1:33348] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:34:37.438869 2019] [php7:error] [pid 3156] [client 192.168.0.1:43913] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:34:37.443338 2019] [php7:error] [pid 3156] [client 192.168.0.1:43913] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:49:08.898157 2019] [php7:error] [pid 3157] [client 192.168.0.1:55486] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 01:49:08.900877 2019] [php7:error] [pid 3157] [client 192.168.0.1:55486] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 02:33:25.174814 2019] [php7:error] [pid 3757] [client 192.168.0.1:55492] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 02:33:25.179353 2019] [php7:error] [pid 3757] [client 192.168.0.1:55492] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 03:49:09.275126 2019] [php7:error] [pid 3159] [client 192.168.0.1:55509] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 03:49:09.279894 2019] [php7:error] [pid 3159] [client 192.168.0.1:55509] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 04:44:10.092824 2019] [php7:error] [pid 3157] [client 192.168.0.1:55514] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 04:44:10.097281 2019] [php7:error] [pid 3157] [client 192.168.0.1:55514] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:29.975253 2019] [php7:error] [pid 3755] [client 192.168.0.1:48672] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:29.979713 2019] [php7:error] [pid 3755] [client 192.168.0.1:48672] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.104823 2019] [php7:error] [pid 3156] [client 192.168.0.1:57679] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.107244 2019] [php7:error] [pid 3156] [client 192.168.0.1:57679] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.183069 2019] [php7:error] [pid 3756] [client 192.168.0.1:56231] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.186099 2019] [php7:error] [pid 3756] [client 192.168.0.1:56231] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.210856 2019] [php7:error] [pid 3158] [client 192.168.0.1:39125] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:16:30.213460 2019] [php7:error] [pid 3158] [client 192.168.0.1:39125] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:44:11.158426 2019] [php7:error] [pid 3160] [client 192.168.0.1:55526] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 05:44:11.163112 2019] [php7:error] [pid 3160] [client 192.168.0.1:55526] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 06:44:11.041370 2019] [php7:error] [pid 3156] [client 192.168.0.1:55534] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 06:44:11.045738 2019] [php7:error] [pid 3156] [client 192.168.0.1:55534] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:33:26.113918 2019] [php7:error] [pid 3158] [client 192.168.0.1:55540] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:33:26.118195 2019] [php7:error] [pid 3158] [client 192.168.0.1:55540] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.862883 2019] [php7:error] [pid 3157] [client 192.168.0.1:44976] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.868024 2019] [php7:error] [pid 3157] [client 192.168.0.1:44976] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.875622 2019] [php7:error] [pid 3434] [client 192.168.0.1:47095] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.879950 2019] [php7:error] [pid 3434] [client 192.168.0.1:47095] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.892900 2019] [php7:error] [pid 3159] [client 192.168.0.1:43184] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.897696 2019] [php7:error] [pid 3159] [client 192.168.0.1:43184] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.913026 2019] [php7:error] [pid 3755] [client 192.168.0.1:43326] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:42:36.917262 2019] [php7:error] [pid 3755] [client 192.168.0.1:43326] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:45:32.541398 2019] [php7:error] [pid 3156] [client 192.168.0.1:40227] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:45:32.545740 2019] [php7:error] [pid 3156] [client 192.168.0.1:40227] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$[Sun Nov 10 07:45:33.411229 2019] [php7:error] [pid 3756] [client 192.168.0.1:40230] PHP Fatal error: Uncaught Doctrine\\DBAL\\DBALException: Failed to$