• Resolved snake1

    (@snake1)


    I am trying to upload a photo into POST and it is not working at all. I tried disabling all the plugins, changed theme but it is not helping at all. Please check the errors:

    While uploading image, it shows like this:

    And after post added, the post shows like this:

    I inspected the code and the upload path is this,

    /wp-content/uploads/fluent-community/fluentcom-a6407cd08c45a562b2e2b448244ede4a-fluentcom-Green-and-Yellow-Modern-Lawn-Care-Landscape-Flyer-22.webp?media_key=fb212b8e69a890b30994084576deb8d2
    • This topic was modified 1 year, 3 months ago by snake1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @snake1,

    TTo resolve the issue, please update the Fluent Community plugins to the latest version and clear the site cache. If that doesn’t work, add the following code to the theme’s functions.php file or use a code snippet plugin.

    add_filter('fluent_community/convert_image_to_webp', function ($status, $file) {

    return false;

    }, 10, 2);

    Thank you

    Thread Starter snake1

    (@snake1)

    It works. Problem is solved. Thankyou!

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

The topic ‘Media Upload Not Working’ is closed to new replies.