I have wordpress installation on my root folder,
until yesterday it was working fine, but today it gives following error for i guess generating thumbnail images,
Warning: imagejpeg() [function:imagejpeg]: gd-jpeg: JPEG library reports unrecoverable error: in public_html/wp-includes/media.php on line 459
do anyone have any idea regarding this warning??
Please help me
following code is on line 459
if ( !imagejpeg( $newimage, $destfilename, apply_filters( 'jpeg_quality', $jpeg_quality, 'image_resize' ) ) )