Nextcloud version: 25.0.13
Operating system and version: Ubuntu 20.04
Apache version: Apache 2.4.41
PHP version: 7.4.33
My issue:
I have been using nextcloud for several years (https://cloud.****.com
); until a few days ago everything worked fine, but it’s been a few days that when I try to access the following message is shown:
**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.**
No updates or other actions have been performed.
I can’t access so I can’t report the the output of my Nextcloud log in Admin > Logging
<?php
$CONFIG = array (
'instanceid' => 'as',
'passwordsalt' => 'sdfsdf',
'secret' => 'safasfds',
'trusted_domains' =>
array (
0 => 'cloud.smktele.com',
),
'datadirectory' => '/var/www/html/nextcloud/data',
'dbtype' => 'mysql',
'version' => '25.0.13.2',
'overwrite.cli.url' => 'https://103.153.202.204',
'overwriteprotocol' => 'https',
'filelocking.enabled' => true,
'dbname' => 'nextclouds',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'default_phone_region' => 'MM',
'mysql.utf8mb4' => true,
'dbuser' => 'user',
'dbpassword' => 'user!@#',
'installed' => true,
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'mail_from_address' => 'user',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'smktele.com',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'mail.smktele.com',
'mail_smtpname' => 'user',
'mail_smtppassword' => 'user!@#',
0 =>
array (
0 => 'documentserver_community',
'memcache.local' => '\\OC\\Memcache\\APCu',
),
);