GX-Bug #70881
geschlossenWenn das PHP Memory Limit auf -1 gestellt ist, kann man keine Themes im StyleEdit hochladen / If the PHP memory limit is set to -1, you cannot upload themes in StyleEdit
0%
Theme-Upload in StyleEdit 4 funktioniert nun auch mit einem PHP memory_limit von -1
Beschreibung
Wenn das PHP Memory Limit auf -1 gestellt ist, kann man keine Themes im StyleEdit hochladen
Kann wie folgt reproduziert werden:
- Shop 4.9 installieren
- im Server php,ini die Option memory_limit auf den Wert -1 setzen
- Als Admin einloggen.
- Unter Inhalte->Theme bearbeiten ein Theme als Zip herunterladen
- Das Zip ohne es zu entpacken einfach wieder hochladen.
Erwartetes Ergebnis:
Wenn das PHP Mameory Limit auf -1 gestellt ist, sollte man auch Themes als Zip ohne Probleme hochladen können.
Tatsächliches Ergebnis:
Man kann keine Zip Dateien mehr hochladen im StyleEdit weil dieser aufgrund der Memory Limit Einstellung prüfe und sagt es ist nicht genügend Speicher vorhanden
If the PHP memory limit is set to -1, you cannot upload themes in StyleEdit
Can be reproduced as follows:
- install Shop 4.9
- set the memory_limit option in the server php,ini to the value -1
- log in as admin.
- download a theme as a zip under Content->Edit Theme
- simply upload the zip again without unpacking it.
Expected result:
If the PHP Mameory Limit is set to -1, you should also be able to upload themes as a zip without any problems.
Actual result:
You can no longer upload zip files in StyleEdit because it checks due to the memory limit setting and says there is not enough memory available