I am import the feeds data in our database by using API. But when i import the data getting error "Warning: imagejpeg() [function.imagejpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/veebliss/public_html/wp-includes/class-wp-image-editor.php on line 337".
Here is the code that are in line number 337
$result = call_user_func_array( $function, $arguments );
I have already check the question & also fixed the upload_max_filesize, max_execution_time, max_file_uploads, post_max_size but still i am getting same error.
do anyone have any idea regarding this warning & error ?
Thanks in advance for any kind of help !