Internal Server Error Settings Page

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 14.0.3
Operating system and version Centos &
Apache or nginx version Apache
PHP version 7.1

The issue you are facing:

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

Steps to replicate it:

  1. when i move to new server in virtualmin (transfer virtual server)
  2. and the cannot enter to settings page appera internal server error
  3. please help me :frowning:

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

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

<?php
$CONFIG = array (
  'instanceid' => 'ocd63f3kqxp0',
  'passwordsalt' => xxxxxxxxxxx',
  'secret' => 'xxxxxxxx',
  'trusted_domains' => 
  array (
    0 => 'cloud.leeyaqat.com',
  ),
  'datadirectory' => '/mnt/leeyaqatdata/data',
  'dbtype' => 'mysql',
  'version' => '14.0.3.0',
  'overwrite.cli.url' => 'xxxxxxxx',
  'dbname' => xxxxx',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'xxxx',
  'dbpassword' => 'xxxxx',
  'installed' => true,
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_smtpport' => '465',
  'mail_smtpsecure' => 'ssl',
  'mail_from_address' => 'leeyaqatind',
  'mail_domain' => 'gmail.com',
  'mail_smtpauth' => 1,
  'updater.release.channel' => 'stable',
  'theme' => '',
  'loglevel' => 2,
  'maintenance' => false,
  'filelocking.enabled' => false,
  'enable_previews' => false,
  'data-fingerprint' => 'd6e5f44a2190d559f7a8c228466889d9',
);

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

PASTE HERE