Title: ERROR: The current image editor cannot process this file type.
Last modified: February 22, 2024

---

# ERROR: The current image editor cannot process this file type.

 *  Resolved [allanext](https://wordpress.org/support/users/allanext/)
 * (@allanext)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-the-current-image-editor-cannot-process-this-file-type/)
 * Hi I’m getting when I try to regenerate the thumbnails of an image:
 * `**ERROR:** The current image editor cannot process this file type.`
 * The file is a mime type `image/jpeg`
 * On the chrome inspector I see a Status Code: `415 Unsupported Media Type`
 * On the database the in `wp_posts` table, column `post_mime_type` is `image/x-
   citrix-jpeg`, I’ve tried to change it to `image/jpeg` but the issue didn’t go
   away.
 * I’ve tried with images that were in `post_mime_type` already in `image/jpeg` 
   but didn’t work
 * I have a plugin to manage “**Extra File Types**” and I’ve made sure `image-citrix-
   jpeg` and `image/jpeg` are enabled
 * Not sure how to further troubleshoot the issue. Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [allanext](https://wordpress.org/support/users/allanext/)
 * (@allanext)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-the-current-image-editor-cannot-process-this-file-type/#post-17447297)
 * I actually added this combination of mime types to the plugin “**Extra File Types**”
   and it worked.
 *     ```wp-block-code
       Extension	mime-type
       jpeg 		image/x-citrix-jpeg
       jpg		image/x-citrix-jpeg
       jpeg 		image/jpeg
       jpg		image/jpeg
       ```
   
 *  [mobilefox](https://wordpress.org/support/users/blackburnfox/)
 * (@blackburnfox)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-the-current-image-editor-cannot-process-this-file-type/#post-17490643)
 * I’m glad to hear you got things working! Thanks for taking the time to share 
   your solution here for others to find in the future as well.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ERROR: The current image editor cannot process this file type.’ is closed
to new replies.

 * ![](https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390)
 * [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/regenerate-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/regenerate-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/regenerate-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/regenerate-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/regenerate-thumbnails/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mobilefox](https://wordpress.org/support/users/blackburnfox/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/error-the-current-image-editor-cannot-process-this-file-type/#post-17490643)
 * Status: resolved