Skip to content

Basic operation "free_space" is not implemented #28450

Closed

Description

$result = $this->basicOperation('free_space', $path);

The function public function free_space($path = '/') calls $this->basicOperation('free_space', $path); but basicOperation doesn't implement the operation "free_space" and hence always returns null.

In consequence, no free disk space is calculated and e.g. the trashbin retention will keep files forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions