did an update to the latest version today and im not locked out of nextcloud both windowsapp (says offline) and webgui. I cannot reset the passwords through the gui either i get an error "could not send reset email please contact administrator"
I tried resetting the password and created a new user through occ. I got an email about an admin resetting my password but i cannot login on my admin account or the new account i created.
I run redis and mariadb im also usin nginxproxymanager
/config/www/nextcloud/config/config.php looks like this anonymized ofc
<?php
$CONFIG = array (
'memcache.local' => '\\OC\\Memcache\\Redis',
'datadirectory' => '/data',
'instanceid' => 'occ0pyg1e73h',
'passwordsalt' => 'pass',
'secret' => 'secret',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '192.168.10.38',
'port' => 6379,
),
'trusted_domains' =>
array (
0 => '192.168.10.38:444',
1 => 'server',
),
'dbtype' => 'mysql',
'version' => '21.0.0.18',
'overwrite.cli.url' => 'serverurl',
'overwritehsot' => 'serverurl',
'overwriteprotocol' => 'https',
'dbname' => 'nextcloud',
'dbhost' => '192.168.10.38',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'pass',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'pipe',
'mail_from_address' => 'server',
'mail_domain' => 'domain',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'send.one.com',
'mail_smtpname' => 'server',
'mail_smtppassword' => 'pass',
'mail_smtpport' => '465',
'mail_smtpsecure' => 'ssl',
'filesystem_check_changes' => 1,
'maintenance' => false,
);
The only error i can see is from /nginx/error.log and s over an hour old and hasnt repeated after a full server restart so i dont think its related
2021/05/31 14:15:25 [error] 394#394: *1452 access forbidden by rule, client: 192.168.10.1, server: _, request: "GET /.well-known/assetlinks.json HTTP/1.1", host: "nextcloud.jarvinen.se"
2021/05/31 14:23:00 [error] 402#402: *171 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found in /config/www/nextcloud/remote.php:61
Stack trace:
#0 /config/www/nextcloud/remote.php(169): handleException()
#1 {main}
thrown in /config/www/nextcloud/remote.php on line 61" while reading response header from upstream, client: 192.168.10.1, server: _, request: "PROPFIND /remote.php/dav/files/ovifla/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nextcloud.jarvinen.se"
any ideas on what i can do to fix this? Am i missing something?
EDIT:
found some more errors which does not make much sense to me.
{"reqId":"GdMWKqNqERxV0OWVPYZ1","level":3,"time":"2021-05-31T13:10:03+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Trying to access array offset on value of type null at /config/www/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php#305","Code":0,"Trace":[{"file":"/config/www/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php","line":305,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/config/www/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php","line":71,"function":"resetForUser","class":"OCA\\DAV\\CalDAV\\BirthdayService","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/QueuedJob.php","line":46,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/config/www/nextcloud/cron.php","line":128,"function":"execute","class":"OC\\BackgroundJob\\QueuedJob","type":"->"}],"File":"/config/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"},"userAgent":"--","version":"21.0.0.18"}