Internal Server Error, nothing in logs

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 (eg, 12.0.2):16.0.1
Operating system and version (eg, Ubuntu 17.04):lsiobase
Apache or nginx version (eg, Apache 2.4.25): nginx:3.9
PHP version (eg, 7.1): PHP 7

The issue you are facing:

Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.

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

Steps to replicate it:

  1. Go to site

The output of your Nextcloud log in Admin > Logging:

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

<?php
$CONFIG = array (
  'instanceid' => 'ASDSADASD',
  'passwordsalt' => 'DASDASDASD',
  'secret' => 'DADAS/DASDASDA',
  'trusted_domains' => 
  array (
    0 => '$$$',
	1 => '192.168.1.*',
  ),
  'datadirectory' => '/data',
  'overwrite.cli.url' => 'https://$$$',
  'dbtype' => 'mysql',
  'version' => '12.0.0.29',
  'dbname' => 'nextcloud',
  'dbhost' => '192.168.192.12',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextcloud',
  'dbpassword' => '#',
  'logtimezone' => 'UTC',
  'installed' => true,
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'tls',
  'mail_from_address' => '#',
  'mail_domain' => '#',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '#',
  'mail_smtpport' => '#',
  'mail_smtpname' => '#',
  'mail_smtppassword' => '#',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 0,
  'debug' => true,
);

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

192.168.1.112 - - [18/May/2019:07:42:42 -0700] "GET / HTTP/2.0" 500 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36"

last entry in error.log

2019/05/10 15:41:52 [alert] 316#316: *6799 write() to "/config/log/nginx/access.log" failed (28: No space left on device) while logging request, client: 192.168.1.110, server: $$ request: "GET /status.php HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "$$"

Space issue was sorted but now getting this errror, and nothing in logs…