nielse63 / php-image-cache

Image Cache is a very simple PHP class that accepts an image source and will compress and cache the file, move it to a new directory, and returns the new source for the image.
http://nielse63.github.io/php-image-cache
Other
456 stars 104 forks source link

Blank page #29

Open ghost opened 6 years ago

ghost commented 6 years ago

Hey,

I am experiencing an issue. I can successfully shrink and cache the image but I am getting a blank page.

How can I fix this?

Update: Apparently this is caused by an error made by ImageCache.php: "Final image URL is broken". I used this guide to solve it