Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 45411840 bytes) in /usr/www/users/speuni/halloweenhaus-schmalenbeck/2022/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php on line 32
GET /presseinformationen

[Alert] Allowed memory size of 402653184 bytes exhausted (tried to allocate 45411840 bytes)

GET /presseinformationen

Line 32 in /usr/www/users/speuni/halloweenhaus-schmalenbeck/2022/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php

Source

23         }
24 
25         // get mime type of file
26         $mime = finfo_file(finfo_open(FILEINFO_MIME_TYPE), $path);
27 
28         // define core
29         switch (strtolower($mime)) {
30             case 'image/png':
31             case 'image/x-png':
32                 $core = @imagecreatefrompng($path);
33                 break;
34 
35             case 'image/jpg':
36             case 'image/jpeg':
37             case 'image/pjpeg':
38                 $core = @imagecreatefromjpeg($path);

Trace