Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

khaledz's avatar

fread(): read of 8192 bytes failed with errno=21 Is a directory

I'm implementing a website to read an image and add some text using Intervention Package. However, this is working in my localhost using Laravel Valet, but in Laravel Forge it keeping give me the following error:

fread(): read of 8192 bytes failed with errno=21 Is a directory

Does anyone know how to solve this issue? Thank you

0 likes
3 replies
khaledz's avatar

I forgot to mention that the error occur when I save the image to the local disk.

johncarter's avatar

Did you fix this? I'm experiencing the same issue.

Please or to participate in this conversation.