• Resolved Mohamed Adel

    (@madel28)


    I have got the below error and It was not found before. and the image I upload it less than 2500px and still seeing this message:

    Post-processing of the image failed. If this is a photo or a large image, please scale it down to 2500 pixels and upload it again.

    I add this
    add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
    to functions.php and installed Disable “BIG image” Threshold

    nothing fix the problem, What should I do?

Viewing 9 replies - 91 through 99 (of 99 total)
  • Hello, for me the solution was to enter the php extensions options and disable imagik and have dg enabled

    i get this message too:

    The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.

    i can upload the same jpeg pictures (250-350KB) from my pc to other platforms but fail to do so on my wp website. strange. existing products pics i uploaded 1-2 year ago are even 1.8-3MB…

    can anyone help?
    I’ve tried the Add on server plugin too, doesn’t work.

    I got this same error while uploading images.

    I have tried the following solutions and none of them solved my problem:

    1. Installing “Big Image threshold plugin”
    2. Deleting the following plugins:
    Elemantor

    Envato

    Recipe card

    3. Increasing php memory to 512MB
    4. Reducing image size as per wordpress requirement.`

    @nehaa1509
    What size is the image you are trying to upload?
    Does it work if you upload a small image in the same format (eg: wordpress logo .jpg if you’re uploading a jpg)
    For me, I had to increase the upload size allowed by the web server as well as php. If I remember correctly, One setting was in nginx config file for site, the other was in php.ini

    All the images that I’m trying to upload are within the maximum limit of 2560 px.

    So, there are essentially smaller images in the same format- jpeg.

    Thank you

    The same issue occurred to me as well as I was unable to upload images so I searched around here and found many possible solutions. I have also taken a look at this thread.https://www.ads-software.com/support/topic/unable-to-upload-images-67/...
    There are so many solutions to it. Thanks for recommending it.

    • This reply was modified 2 years, 9 months ago by shatelfuld89.
    • This reply was modified 2 years, 9 months ago by shatelfuld89.
    • This reply was modified 2 years, 9 months ago by shatelfuld89.

    Had the same issue, all images were within the file size, both in dimensions and mb, worked out it was the image file names that were causing the issue, they had a comma in them…

    • This reply was modified 2 years, 8 months ago by chris1999.
    • This reply was modified 2 years, 8 months ago by chris1999.

    I switched from PHP8 to PHP7.4 and it worked fine then.
    Strangely if logged in as admin it didn’t cause a problem to start with, if logged in as any lower role then this appeared, e.g. shop manager in woocommerce, but after PHP downgrade it’s stopped happening.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Moderator note:

    Everyone, if you need support then per the forum guidelines please start your own topic.

    A lot more people will see your post, and that way you stand a good chance of getting the assistance you want. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.

    https://www.ads-software.com/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too

    https://www.ads-software.com/support/guidelines/#post-in-the-best-place

    In this case, probably https://www.ads-software.com/support/forum/how-to-and-troubleshooting/

    Thanks.

    Duplicate topics here have been archived and this topic has been closed.

Viewing 9 replies - 91 through 99 (of 99 total)
  • The topic ‘Error with image uploading’ is closed to new replies.