JPG images don't load, but webp images do

Hi Team!

I updated UNA to version 14.0.0, after which I can only include .webp images in my posts, but I can't create posts, statuses, or threads with .jpg or .png images.

Reviewing the generated codes, they look like this:

<p><img src="my_url/s/sys_images_editor/image_name.webp"></p>
<p><img src="my_url/image_transcoder.php?o=sys_images_editor&h=331&dpx=1&t=1747172358"></p>

Is there a known issue that could cause this?

When I perform a server audit, the results are shown in the attached image, with a single observation about

deflate_module - FAIL

although this has never caused me any problems before (I understand it's necessary for server performance, and that it doesn't limit the ability to publish images of one type and not another).

I understand the question lies in image_transcoder.php or some other service related to it.

PS: All tables and columns have utf8mb4_unicode_ci collation.

Thank you very much!

Have a nice day.

Plácido

  • 348
  • More
Attachments
Replies (5)
    Login or Join to comment.