Can't access Nextcloud. Internal Server error

After of installation of another site, probably it installed redis (which I did not used). I get the 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.

My config:

<?php
$CONFIG = array (
  'instanceid' => 'XX',
  'passwordsalt' => 'XX',
  'secret' => 'XX',
  'trusted_domains' =>
  array (
        0 => 'XXX',
    1 => 'XXX',
  ),
  'datadirectory' => '/var/www/html/c/data',
  'dbtype' => 'mysql',
  'version' => '27.1.3.2',
  'overwrite.cli.url' => 'http://192.168.2.XX/c',
  'dbname' => 'nextcloud_db',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'XX',
  'dbpassword' => 'XXX',
  'installed' => true,
 # Additional configuration
  'memcache.local' => '\OC\Memcache\APCu',
);

Nextcloud.log(last lines):




{"reqId":"ZT5mxavZ8DxP_xLEf3lLzwAAAAg","level":1,"time":"2023-10-29T14:05:57+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":395,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":222,"function":"replaceImagePath","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/template/functions.php","line":249,"function":"imagePath","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":21,"function":"image_path"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist."}}
{"reqId":"ZT5mxavZ8DxP_xLEf3lLzwAAAAg","level":1,"time":"2023-10-29T14:05:57+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":405,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":222,"function":"replaceImagePath","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/template/functions.php","line":249,"function":"imagePath","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":23,"function":"image_path"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist."}}
{"reqId":"ZT5mxavZ8DxP_xLEf3lLzwAAAAg","level":1,"time":"2023-10-29T14:05:57+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist."}}
{"reqId":"ZT5mxavZ8DxP_xLEf3lLzwAAAAg","level":1,"time":"2023-10-29T14:05:57+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist."}}
{"reqId":"ZT5mxavZ8DxP_xLEf3lLzwAAAAg","level":1,"time":"2023-10-29T14:05:57+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist."}}
{"reqId":"ZT5m43J-5hcTheg5cb2TogAAAAA","level":1,"time":"2023-10-29T14:06:27+00:00","remoteAddr":"85.72.177.107","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.0stable-Win64 (build 20230915) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":115,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/apps/cloud_federation_api/lib/Capabilities.php","line":62,"function":"linkToRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/CapabilitiesManager.php","line":74,"function":"getCapabilities","class":"OCA\\CloudFederationAPI\\Capabilities","type":"->"},{"file":"/var/www/html/c/lib/private/Template/JSConfigHelper.php","line":166,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/var/www/html/c/lib/private/TemplateLayout.php","line":240,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist."}}
{"reqId":"ZT5m43J-5hcTheg5cb2TogAAAAA","level":1,"time":"2023-10-29T14:06:27+00:00","remoteAddr":"85.72.177.107","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.0stable-Win64 (build 20230915) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist."}}
{"reqId":"ZT5m43J-5hcTheg5cb2TogAAAAA","level":1,"time":"2023-10-29T14:06:27+00:00","remoteAddr":"85.72.177.107","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.0stable-Win64 (build 20230915) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist."}}
{"reqId":"ZT5m43J-5hcTheg5cb2TogAAAAA","level":1,"time":"2023-10-29T14:06:27+00:00","remoteAddr":"85.72.177.107","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.0stable-Win64 (build 20230915) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist."}}
{"reqId":"ZT5nA25W1nm2xEldJPzoMgAAAAY","level":1,"time":"2023-10-29T14:06:59+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":115,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/apps/cloud_federation_api/lib/Capabilities.php","line":62,"function":"linkToRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/CapabilitiesManager.php","line":74,"function":"getCapabilities","class":"OCA\\CloudFederationAPI\\Capabilities","type":"->"},{"file":"/var/www/html/c/lib/private/Template/JSConfigHelper.php","line":166,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/var/www/html/c/lib/private/TemplateLayout.php","line":240,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist."}}
{"reqId":"ZT5nA25W1nm2xEldJPzoMgAAAAY","level":1,"time":"2023-10-29T14:06:59+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist."}}
{"reqId":"ZT5nA25W1nm2xEldJPzoMgAAAAY","level":1,"time":"2023-10-29T14:06:59+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist."}}
{"reqId":"ZT5nA25W1nm2xEldJPzoMgAAAAY","level":1,"time":"2023-10-29T14:06:59+00:00","remoteAddr":"62.74.64.5","user":"--","app":"no app in context","method":"GET","url":"/c/index.php/204","message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22621 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.2.1","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/Route/CachingRouter.php","line":65,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/var/www/html/c/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/var/www/html/c/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->"},{"file":"/var/www/html/c/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":180,"args":["/var/www/html/c/core/templates/layout.guest.php"],"function":"include"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":304,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/html/c/lib/base.php","line":1011,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist."}}
{"reqId":"ZT5mp0_oLn8UPr1_on7U8QAAAAk","level":1,"time":"2023-10-29T14:07:29+00:00","remoteAddr":"62.74.64.5","user":"--","app":"updater","method":"GET","url":"/c/core/ajax/update.php?requesttoken=gf%2FSLyj1ErGG0bMn5NYdKuc4%2BEfYw%2B%2FFhMIsr3vA3rQ%3D%3AyZOEAEahQMDXhMVktpt1W4BNgAGujJmWy%2FB5%2FD2P7%2F8%3D","message":"\\OC\\Updater::finishedCheckCodeIntegrity: Finished code integrity check","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76","version":"27.1.2.1","data":{"app":"updater"}}
{"reqId":"ZT5mp0_oLn8UPr1_on7U8QAAAAk","level":1,"time":"2023-10-29T14:07:29+00:00","remoteAddr":"62.74.64.5","user":"--","app":"updater","method":"GET","url":"/c/core/ajax/update.php?requesttoken=gf%2FSLyj1ErGG0bMn5NYdKuc4%2BEfYw%2B%2FFhMIsr3vA3rQ%3D%3AyZOEAEahQMDXhMVktpt1W4BNgAGujJmWy%2FB5%2FD2P7%2F8%3D","message":"\\OC\\Updater::updateEnd: Update successful","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76","version":"27.1.3.2","data":{"app":"updater"}}
{"reqId":"ZT5mp0_oLn8UPr1_on7U8QAAAAk","level":1,"time":"2023-10-29T14:07:29+00:00","remoteAddr":"62.74.64.5","user":"--","app":"updater","method":"GET","url":"/c/core/ajax/update.php?requesttoken=gf%2FSLyj1ErGG0bMn5NYdKuc4%2BEfYw%2B%2FFhMIsr3vA3rQ%3D%3AyZOEAEahQMDXhMVktpt1W4BNgAGujJmWy%2FB5%2FD2P7%2F8%3D","message":"\\OC\\Updater::maintenanceDisabled: Turned off maintenance mode","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76","version":"27.1.3.2","data":{"app":"updater"}}
{"reqId":"ZT5mp0_oLn8UPr1_on7U8QAAAAk","level":1,"time":"2023-10-29T14:07:29+00:00","remoteAddr":"62.74.64.5","user":"--","app":"updater","method":"GET","url":"/c/core/ajax/update.php?requesttoken=gf%2FSLyj1ErGG0bMn5NYdKuc4%2BEfYw%2B%2FFhMIsr3vA3rQ%3D%3AyZOEAEahQMDXhMVktpt1W4BNgAGujJmWy%2FB5%2FD2P7%2F8%3D","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76","version":"27.1.3.2","data":{"app":"updater"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:18+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#58","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#58","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":3,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"dns_get_record(): A temporary server error occurred. at /var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php#84","userAgent":"--","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"fUKLkYLpe5STrqNesK9i","level":2,"time":"2023-11-10T15:05:19+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"error while discovering ocm provider","userAgent":"--","version":"27.1.3.2","exception":{"Exception":"OCP\\Http\\Client\\LocalServerException","Message":"No DNS record found for datastories.cs.unipi.gr","Code":0,"Trace":[{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":63,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/Client.php","line":331,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->"},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/Client.php","line":168,"function":"transfer","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/c/3rdparty/guzzlehttp/guzzle/src/Client.php","line":187,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/c/lib/private/OCM/OCMDiscoveryService.php","line":87,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/html/c/apps/files_sharing/lib/BackgroundJob/FederatedSharesDiscoverJob.php","line":61,"function":"discover","class":"OC\\OCM\\OCMDiscoveryService","type":"->"},{"file":"/var/www/html/c/lib/public/BackgroundJob/Job.php","line":81,"function":"run","class":"OCA\\Files_Sharing\\BackgroundJob\\FederatedSharesDiscoverJob","type":"->"},{"file":"/var/www/html/c/lib/public/BackgroundJob/TimedJob.php","line":103,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/html/c/lib/public/BackgroundJob/TimedJob.php","line":93,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->"},{"file":"/var/www/html/c/cron.php","line":152,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/html/c/lib/private/Http/Client/DnsPinMiddleware.php","Line":132,"message":"error while discovering ocm provider","exception":{},"remote":"https://datastories.cs.unipi.gr","CustomMessage":"error while discovering ocm provider"}}
{"reqId":"zgN6KvzI9kUHwNA5YsOV","level":3,"time":"2023-11-10T21:20:46+00:00","remoteAddr":"192.168.2.15","user":"enolic","app":"ocs_api","method":"POST","url":"/c/ocs/v2.php/cloud/users","message":"Failed addUser attempt with invalid argument exception.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0","version":"27.1.3.2","exception":{"Exception":"InvalidArgumentException","Message":"Username is invalid because files already exist for this user","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/User/Manager.php","line":426,"function":"validateUserId","class":"OC\\User\\Manager","type":"->"},{"file":"/var/www/html/c/lib/private/User/Manager.php","line":409,"function":"createUserFromBackend","class":"OC\\User\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/apps/provisioning_api/lib/Controller/UsersController.php","line":421,"function":"createUser","class":"OC\\User\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/lib/private/AppFramework/Http/Dispatcher.php","line":230,"function":"addUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/c/lib/private/AppFramework/Http/Dispatcher.php","line":137,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/c/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/c/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/c/ocs/v1.php","line":64,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/ocs/v2.php","line":23,"args":["/var/www/html/c/ocs/v1.php"],"function":"require_once"}],"File":"/var/www/html/c/lib/private/User/Manager.php","Line":733,"message":"Failed addUser attempt with invalid argument exception.","exception":{},"CustomMessage":"Failed addUser attempt with invalid argument exception."}}
{"reqId":"WMX0SSWQphOZXnr91sMf","level":3,"time":"2023-11-10T21:52:12+00:00","remoteAddr":"46.103.251.198","user":"enolic","app":"index","method":"GET","url":"/c/index.php/apps/theming/favicon/files?v=fd4e8156","message":"Could not create folder \"/appdata_oc9ym18ed1yy/theming/global/11\"","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0","version":"27.1.3.2","exception":{"Exception":"OCP\\Files\\NotPermittedException","Message":"Could not create folder \"/appdata_oc9ym18ed1yy/theming/global/11\"","Code":0,"Trace":[{"file":"/var/www/html/c/lib/private/Files/SimpleFS/SimpleFolder.php","line":105,"function":"newFolder","class":"OC\\Files\\Node\\Folder","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ImageManager.php","line":175,"function":"newFolder","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/ImageManager.php","line":190,"function":"getCacheFolder","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/var/www/html/c/apps/theming/lib/Controller/IconController.php","line":125,"function":"getCachedImage","class":"OCA\\Theming\\ImageManager","type":"->"},{"file":"/var/www/html/c/lib/private/AppFramework/Http/Dispatcher.php","line":230,"function":"getFavicon","class":"OCA\\Theming\\Controller\\IconController","type":"->"},{"file":"/var/www/html/c/lib/private/AppFramework/Http/Dispatcher.php","line":137,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/c/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/c/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/c/lib/base.php","line":1068,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/c/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/c/lib/private/Files/Node/Folder.php","Line":162,"CustomMessage":"--"}}
{"reqId":"fx603TrrGJxWJofww1Gf","level":2,"time":"2023-11-10T23:22:07+00:00","remoteAddr":"192.168.2.5","user":"--","app":"no app in context","method":"POST","url":"/c/index.php/login","message":"Login failed: enolic (Remote IP: 192.168.2.5)","userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36 EdgA/118.0.2088.66","version":"27.1.3.2","data":[]}
{"reqId":"V7hyFc2Hrub059CuiWJI","level":2,"time":"2023-11-10T23:42:31+00:00","remoteAddr":"192.168.2.5","user":"--","app":"no app in context","method":"POST","url":"/c/index.php/login","message":"Login failed: enolic (Remote IP: 192.168.2.5)","userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36 EdgA/118.0.2088.66","version":"27.1.3.2","data":[]}
{"reqId":"zHc29SDUiYfG5tbxMsHJ","level":3,"time":"2023-11-12T15:18:31+00:00","remoteAddr":"46.103.251.198","user":"enolic","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/enolic/Disk2/lost+found","message":"opendir(/mt/sdb1/lost+found): Failed to open directory: Permission denied at /var/www/html/c/lib/private/Files/Storage/Local.php#154","userAgent":"Mozilla/5.0 (Windows) mirall/3.10.1stable-Win64 (build 20231025) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"6OjRfPex9nbdgUfPdzRN","level":3,"time":"2023-11-12T15:51:22+00:00","remoteAddr":"46.103.251.198","user":"enolic","app":"PHP","method":"POST","url":"/index.php/apps/richdocuments/token","message":"Trying to access array offset on value of type null at /var/www/html/c/apps/richdocuments/lib/WOPI/DiscoveryManager.php#130","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"6OjRfPex9nbdgUfPdzRN","level":3,"time":"2023-11-12T15:51:22+00:00","remoteAddr":"46.103.251.198","user":"enolic","app":"PHP","method":"POST","url":"/index.php/apps/richdocuments/token","message":"Trying to access array offset on value of type null at /var/www/html/c/apps/richdocuments/lib/WOPI/DiscoveryManager.php#131","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0","version":"27.1.3.2","data":{"app":"PHP"}}
{"reqId":"6OjRfPex9nbdgUfPdzRN","level":3,"time":"2023-11-12T15:51:22+00:00","remoteAddr":"46.103.251.198","user":"enolic","app":"PHP","method":"POST","url":"/index.php/apps/richdocuments/token","message":"Trying to access array offset on value of type null at /var/www/html/c/apps/richdocuments/lib/WOPI/DiscoveryManager.php#132","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0","version":"27.1.3.2","data":{"app":"PHP"}}

I search a lot from yesterday, try some things, but unfortunatelly i didnt make it to work…
I already complete uninstalled and reinstalled php and php-modules, same for mysql and mariadb
PS: I’m very new to this field, so excuse me i miss required info.

After a restart of the system, now apache2 fails to start (exit-code). Im looking into it.

on the 4th line from the botton of your nextcloud log it says

message":"opendir(/mt/sdb1/lost+found): Failed to open directory: Permission denied

make sure /mt/sdb1 exists and is accessable.

or check where this probably mistype is set

1 Like

is not mistype, I mount it at /mt/sdb1. Now I have problem with apache2 as i said. Cannot restart it …

I figured it out. The sites i tried to install yesterday installed nginx. Maybe this was the problem. I purged nginx and restart apache2 successfully.