Projekt

Allgemein

Profil

GX-Bug #67437

Von Moritz Bunjes vor mehr als 3 Jahren aktualisiert

Im ResponsiveFilemanager tritt nach dem Upload einer Bilddatei eine Fehermeldung auf, wenn das PHP memory_limit in Bytes konfiguriert ist. 128M funktioniert, 134217728 Bytes nicht. Des Weiteren kann das Thumbnail bzw. die Vorschau zum Bild nicht erstellt werden.  

 --- 

  


 In the ResponsiveFilemanager an error message occurs after uploading an image file if the PHP memory_limit is configured in bytes. 128M works, 134217728 bytes does not. Furthermore the thumbnail or preview of the image cannot be created.  


 For testing set the memory limit in the .htaccess in the shop root: 
 php_value memory_limit 134217728 

 run composer install to update the ResponsiveFilemanager

Zurück