Interner Server Fehler - Keine Fehler im Log zu finden

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

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 :heart:

Nextcloud version 18.0.6
Operating system and version Debian 10.4
Apache version 2.4.38
PHP version 7.3.19-1~deb10u1

The issue you are facing:
Kein Login oder synczugriff. Bekomme folgendes angezeigt
Auswahl_20200709_16:25:23

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Keine Ahnung ;-(

The output of your Nextcloud log in Admin > Logging: nextcloud.log; Letzte Zeile von gestern

{"reqId":"FfbJNTvdgQV0ySpY9x86","level":2,"time":"2020-07-08T14:00:17+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 10000 milliseconds with 958474 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)","userAgent":"--","version":"18.0.6.0"}

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' =>
  array (
    0 => 'xxx.ddns.net',
    1 => 'xxx.dynu.net',
    2 => 'MCP-Server',
  ),
  'datadirectory' => '/var/nextcloud_data',
  'dbtype' => 'mysql',
  'version' => '18.0.6.0',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_Darkwing3',
  'dbpassword' => 'wI0t5BCbzXCZkn+vcupATJMzKZU6a1',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0,
    'password' => '',
    'dbindex' => 0,
  ),
  'logtimezone' => 'UTC',
  'installed' => true,
  'updater.release.channel' => 'stable',
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => 'xxx',
  'mail_domain' => 'xxx.de',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'mail.gmx.net',
  'mail_smtpsecure' => 'tls',
  'mail_smtpname' => 'xxx',
  'mail_smtppassword' => 'xxx',
  'maintenance' => false,
  'theme' => '',
  'trashbin_retention_obligation' => 'auto, 30',
  'logfile' => '/var/log/nextcloud.log',
  'loglevel' => 2,
  'htaccess.RewriteBase' => '/nextcloud',
  'overwrite.cli.url' => 'https://xxx.ddns.net/nextcloud',
  'mysql.utf8mb4' => true,
  'mail_smtpport' => '587',
  'mail_sendmailmode' => 'smtp',
);

The output of your Apache/nginx/system log in /var/log/____:

[Thu Jul 09 16:07:52.473872 2020] [mpm_prefork:notice] [pid 13302] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web configured -- resuming normal operations
[Thu Jul 09 16:07:52.473881 2020] [core:notice] [pid 13302] AH00094: Command line: '/usr/sbin/apache2'
[Thu Jul 09 16:13:03.666034 2020] [mpm_prefork:notice] [pid 13302] AH00169: caught SIGTERM, shutting down
[Thu Jul 09 16:13:08.093448 2020] [:notice] [pid 4534] ModSecurity for Apache/2.9.3 (http://www.modsecurity.org/) configured.
[Thu Jul 09 16:13:08.093488 2020] [:notice] [pid 4534] ModSecurity: APR compiled version="1.6.3"; loaded version="1.6.5"
[Thu Jul 09 16:13:08.093492 2020] [:warn] [pid 4534] ModSecurity: Loaded APR do not match with compiled!
[Thu Jul 09 16:13:08.093496 2020] [:notice] [pid 4534] ModSecurity: PCRE compiled version="8.39 "; loaded version="8.42 2018-03-20"
[Thu Jul 09 16:13:08.093499 2020] [:warn] [pid 4534] ModSecurity: Loaded PCRE do not match with compiled!
[Thu Jul 09 16:13:08.093502 2020] [:notice] [pid 4534] ModSecurity: LUA compiled version="Lua 5.1"
[Thu Jul 09 16:13:08.093505 2020] [:notice] [pid 4534] ModSecurity: YAJL compiled version="2.1.0"
[Thu Jul 09 16:13:08.093507 2020] [:notice] [pid 4534] ModSecurity: LIBXML compiled version="2.9.4"
[Thu Jul 09 16:13:08.093510 2020] [:notice] [pid 4534] ModSecurity: Original server signature: Apache/2.4.38 (Debian) OpenSSL/1.1.1d
[Thu Jul 09 16:13:08.093513 2020] [:notice] [pid 4534] ModSecurity: Status engine is currently disabled, enable it by set SecStatusEngine to On.
[Thu Jul 09 16:13:08.164829 2020] [http2:warn] [pid 4535] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
[Thu Jul 09 16:13:08.235183 2020] [mpm_prefork:notice] [pid 4535] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web configured -- resuming normal operations
[Thu Jul 09 16:13:08.235220 2020] [core:notice] [pid 4535] AH00094: Command line: '/usr/sbin/apache2'


access.log:
::1 - - [09/Jul/2020:16:19:07 +0200] "OPTIONS * HTTP/1.0" 200 142 "-" "Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web (internal dummy connection)"
::1 - - [09/Jul/2020:16:19:08 +0200] "OPTIONS * HTTP/1.0" 200 142 "-" "Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web (internal dummy connection)"
::1 - - [09/Jul/2020:16:19:14 +0200] "OPTIONS * HTTP/1.0" 200 142 "-" "Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web (internal dummy connection)"
::1 - - [09/Jul/2020:16:19:15 +0200] "OPTIONS * HTTP/1.0" 200 142 "-" "Apache/2.4.38 (Debian) OpenSSL/1.1.1d Darkwing_Web (internal dummy connection)"


other-vhot.log:

darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/apps/cookbook/ HTTP/1.1" 500 8105 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/mimetypelist.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2203 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/css/guest.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 6579 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/mimetype.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2369 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/search/js/search.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2700 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/select2-toggleselect.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1637 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/search/js/searchprovider.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 4421 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/files/fileinfo.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1555 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/files/client.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 6398 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/l10n/de_DE.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 18505 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/js/dist/main.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 428621 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/img/logo/logo.svg?v=1 HTTP/1.1" 200 932 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:01 +0200] "GET /nextcloud/core/img/background.png?v=2 HTTP/1.1" 200 36004 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:02 +0200] "GET /nextcloud/core/img/favicon-touch.png HTTP/1.1" 200 3515 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:02 +0200] "GET /nextcloud/core/img/favicon.ico HTTP/1.1" 200 3874 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/ HTTP/1.1" 500 5154 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/select2-toggleselect.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1637 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/css/guest.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 6579 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/mimetypelist.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2203 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/search/js/search.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2700 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/mimetype.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 2369 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/search/js/searchprovider.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 4421 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/files/fileinfo.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 1555 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/files/client.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 6398 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/l10n/de_DE.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 18505 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:08 +0200] "GET /nextcloud/core/js/dist/main.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 428621 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:09 +0200] "GET /nextcloud/core/img/favicon-touch.png HTTP/1.1" 200 3515 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:09 +0200] "GET /nextcloud/core/img/favicon.ico HTTP/1.1" 200 3874 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:19:31 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:20:03 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:20:35 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:21:07 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:21:40 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:22:11 +0200] "GET /nextcloud/status.php HTTP/1.1" 500 3772 "-" "Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)"
darkwing.ddns.net:443 80.138.160.247 - - [09/Jul/2020:16:22:29 +0200] "GET /nextcloud/index.php/204 HTTP/1.1" 500 7771 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.12.1"

Versuch

‘memcache.local’ => ‘\OC\Memcache\Redis’,

in

‘memcache.local’ => ‘\OC\Memcache\APCu’,

zu Àndern.
Danke. :wink:

Dies ist normalerweise ein Problem mit der Schreibberechtigung. Stellen Sie sicher, dass Sie in Ihr nextcloud-Stamm- und Datenverzeichnis schreiben können

Das Problem war die config. War auf root:root Hab es geÀndert auf www-data:ww-data