API を使用して、フィード データをデータベースにインポートしています。しかし、データをインポートすると、「警告: imagejpeg() [function.imagejpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/veebliss/public_html/wp-includes/class-wp-image-editor. php の 337 行目」です。
行番号337にあるコードは次のとおりです
$result = call_user_func_array( $function, $arguments );
私はすでに質問を確認し、upload_max_filesize、max_execution_time、max_file_uploads、post_max_size も修正しましたが、それでも同じエラーが発生します。
この警告とエラーについて誰か考えがありますか?
どんな種類の助けにも感謝します!