imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

Not working in Laravel 5.2

Open simplenotezy opened this issue 9 years ago • 5 comments

When I am requesting a specific image, I get this resposne:

image

What is wrong? It used to work perfectly. It does not work on production nor local.

It happens to ALL images

simplenotezy avatar Jan 14 '16 20:01 simplenotezy

I was playing around just before and produced this result by trying to echo out some text in an image result. Would suspect the same is happening for you.

It is working in L 5.2.

stevethomas avatar Feb 12 '16 05:02 stevethomas

I am also having the same problem when querying using the imagecache url pattern as below: http://localhost:8000/imagecache/medium/1.jpeg

allentcm avatar May 31 '16 14:05 allentcm

i have the same problem, images without a text works great.. with text is has this square under the image.. is there any fix?

nmkr avatar Jan 11 '17 21:01 nmkr

try ob_end_clean(); before returning response. buffering issue apparently

see my comment here... https://github.com/Intervention/imagecache/issues/80#issuecomment-291720120

codemonkeynorth avatar Apr 05 '17 02:04 codemonkeynorth

temporarily solution posted at #80 @simplenotezy ;)

BartHuis avatar Apr 05 '17 12:04 BartHuis