Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Warning: copy(cache/images/f/a/l/l/b/fallback.jpg): failed to open stream: No such file or directory #149

Closed ChoppyThing closed 6 years ago

ChoppyThing commented 6 years ago

Hi, i'm getting the error in the title. Here is my code: ImageManager::open($filepath) ->zoomCrop(380, 380) ->jpeg() ->save($newfilepath);

I tried dumping things but I can't figure out where this cache folder should be. Anyone having a clue about this ?