• Resolved allanext

    (@allanext)


    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

    (@allanext)

    I actually added this combination of mime types to the plugin “Extra File Types”?and it worked.

    Extension	mime-type
    jpeg 		image/x-citrix-jpeg
    jpg		image/x-citrix-jpeg
    jpeg 		image/jpeg
    jpg		image/jpeg

    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.