MyBB.de Forum
Hochlad' Probleme - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Hochlad' Probleme (/thread-8906.html)

Seiten: Seiten: 1 2


RE: Hochlad' Probleme - Michael - 10.03.2008

Ich habe folgende Vermutung: Da das Bild sehr groß ist scheinen die zugeteilten Ressourcen des Servers nicht auszureichen, um ein Thumbnail zu erstellen. Wenn du die PHP-Konfiguration bearbeiten kannst, kannst du die Werte erhöhen. Andernfalls könnte das nur der Hoster machen.


RE: Hochlad' Probleme - BlackDuck - 10.03.2008

Welche Werte soll der Hoster erhöhen? Ich würde dann nach fragen...


RE: Hochlad' Probleme - Michael - 11.03.2008

Das dürften die Direktiven memory_limit und max_execution_time sein.


RE: Hochlad' Probleme - BlackDuck - 11.03.2008

So sieht das aus bei mir;

Zitat:max_execution_time 8 8
max_input_nesting_level 64 64
max_input_time 300 300
memory_limit 32M 32M



RE: Hochlad' Probleme - StefanT - 11.03.2008

max_execution_time ist sehr kurz bei dir. Normal sind 30 Sekunden.
memory_limit ist ok. Das könnte aber auch mehr sein.