file_put_contents(): Only 0 of 51 bytes written, possibly out of free disk space
Warning: file_put_contents(): Only 0 of 51 bytes written, possibly out of free disk space in /www/dev/gyemantkezimunka.inweb.hu/libraries/WebshopPictures.php on line 66
$product['image'] = $product['thumbnail'] = self::DEFAULT_PIC;
if($product['thumbnail_50'] == self::DEFAULT_PIC && !file_exists(ABS_PATH."/_log/pictureGenerateQueue/".$product['id']."_thumb_50.queue")) {
file_put_contents(ABS_PATH."/_log/pictureGenerateQueue/".$product['id']."_thumb_50.queue", "/_user/page/webshop/product/resized/50x50/".$product['id'].".jpg");
}