Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0 disk_free_space error #624

Open
GAe-Cyen opened this issue Aug 18, 2020 · 3 comments
Open

Version 3.0 disk_free_space error #624

GAe-Cyen opened this issue Aug 18, 2020 · 3 comments
Assignees
Labels

Comments

@GAe-Cyen
Copy link

Guten Abend,

ich habe das problem das ich immer wieder diesen error bekomme mit disk_free_space..

Ich konnte leider nirgendswo hinweise finden wie ich den fehler beheben kann.

Hier ein Screenshot dazu: http://prntscr.com/u1aooj

Ich würde mich über hilfe sehr freuen!

Liebe Grüße
GAe-Cyen

@chriskonnertz chriskonnertz self-assigned this Sep 15, 2020
@chriskonnertz
Copy link
Member

Hallo,

faszinierender Fehler, wenn ich das mal so sagen darf.

Ok, Quick 'n Dirty Workaround: Lösch das einfach (Zeile 37-40) :P
Das ist nur als Information für die Admins der Website gedacht, halt wenn der Speicher auf dem Webspace knapp wird.

Wobei du mir helfen würdest wenn du mir verrätst wie groß dein Webspace ist? 🤔

@chriskonnertz
Copy link
Member

chriskonnertz commented Sep 15, 2020

Du könntest auch mal versuchsweise ein try-catch um den Block bauen:

try {
     ...Zeile 37-40
} catch (\Exception $exception) {
    // Do nothing
}

@GAe-Cyen
Copy link
Author

Ich probier das morgen gleich mal aus.

Mein Webspace hab ich bei Strato und hab 100 GB Webspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants