Currently getting the following error:
Error at framework/filesystem/ImagickBackend.php line 25: Uncaught ImagickException: unable to open image `/{project-root}/assets/Ad_202.png': No such file or directory @ error/blob.c/OpenBlob/2695 ({localhost}/admin/flyers/FlyerAd/EditForm/field/FlyerAd/item/202/ItemEditForm)
At first I thought that maybe it was a permissions issue on my assets folder, as per this thread: error WriteBlob Failed using ImageMagick 6.7.9. But even after running chmod -R 777 assets
, the issue persists.
Any suggestions?
I'm running php 5.3, and have imagick extension installed and enabled.