diff --git a/lib/base.php b/lib/base.php index 3ca4775dbe2aa..41e4ef9573c8c 100644 --- a/lib/base.php +++ b/lib/base.php @@ -806,6 +806,8 @@ public static function registerCacheHooks() { } catch (\OC\ServerNotAvailableException $e) { // not a GC exception, pass it on throw $e; + } catch (\OC\ForbiddenException $e) { + // filesystem blocked for this request, ignore } catch (\Exception $e) { // a GC exception should not prevent users from using OC, // so log the exception