on localhost I dont have any problem with images. Unfortunatelly on production server images are not shown. I did set 777 permissions to /cache/ folder. Anyone have an idea why pictures are not showing? Or is it possible to disable cache?
$img = file_get_contents('http://***/images/shop/logo.png');
$this->Image('@'.$img, 12, 12, 45, 0, 'PNG', $this->contractor->web);
path to tcpd is /libs/tcpdf/tcpdf.php
I have setted 777 for /libs/tcpdf/cache
What Iam doing wrong? as I said it works on localhost