Level 75
Check case, linux is case sensitive. GD is not equal to gd.
When you see examples like:
use Intervention\Image\ImageManagerStatic
Case has to be correct.
And perhaps try downgrading one version of intervention.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've got everything working fine locally, but I am having issues with Intervention on my Forge deployment.
Intervention\Image\Exception\NotSupportedException
Driver (GD) could not be instantiated.
I've checked the server for GD and it seems to be installed
GD Support enabled
GD headers Version 2.2.5
...
Any ideas what could be happening?
Please or to participate in this conversation.