Blank screen when uploading image #336
Unanswered
justijndepover
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not sure, that all looks ok to me and I know other users who are using Imagick successfully. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have installed Curator in Filament (both on latest version).
When I try to upload an image in the Media module, I get a blank screen with no error.
Looking at the PHP logs, I see this:
[01-Nov-2023 15:13:56 Europe/Brussels] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24576 bytes) in /Users/justijndepover/Sites/project-x/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php on line 38
It looks like this is related to this issue:
thephpleague/glide#79
I tried increasing the memory limit first, but the problem remained.
Next I tried to add a custom ServerFactory to use imagick like so:
And changed the config:
But the memory issue still happens in this file:
I also checked with
extension_loaded('imagick')
and the imagick extension is loaded.Does anyone know why I'm not able to use Imagick?
Beta Was this translation helpful? Give feedback.
All reactions