• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Error upload after upgrade to 3.2.10

s0n1c

Chevereto Member
Hi there,

Recently i upgraded my Chevereto to latest verion 3.2.10. I also had to upgrade my PHP to 7.4.13

But right after the upgrade i could not upload any more image with extension .jpg, although .gif uploaded fine.

I turned on debug and found this error. I updated imagegick

What is the issue? What should i do?

162653694_141326117...3706265738305_n.jpg - Something went wrong: ⚠ errorId #8acc041036f23cee
Printed debug is enabled because debug_level=3

Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files.

#0 /home/admin/domains/domain.com/public_html/app/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php(339): Intervention\Image\Gd\Decoder->initFromPath()
#1 /home/admin/domains/domain.com/public_html/app/vendor/intervention/image/src/Intervention/Image/AbstractDriver.php(66): Intervention\Image\AbstractDecoder->init()
#2 /home/admin/domains/domain.com/public_html/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php(54): Intervention\Image\AbstractDriver->init()
#3 /home/admin/domains/domain.com/public_html/app/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php(58): Intervention\Image\ImageManager->make()
#4 /home/admin/domains/domain.com/public_html/app/lib/classes/class.image.php(445): Intervention\Image\ImageManagerStatic::make()
#5 /home/admin/domains/domain.com/public_html/app/lib/classes/class.image.php(734): CHV\Image::watermark()
#6 /home/admin/domains/domain.com/public_html/app/routes/route.json.php(90): CHV\Image::uploadToWebsite()
#7 /home/admin/domains/domain.com/public_html/lib/G/classes/class.handler.php(230): G\Handler->{closure}()
#8 /home/admin/domains/domain.com/public_html/lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#9 /home/admin/domains/domain.com/public_html/app/web.php(407): G\Handler->__construct()
#10 /home/admin/domains/domain.com/public_html/app/loader.php(230): require_once('/home/admin/dom...')
#11 /home/admin/domains/domain.com/public_html/index.php(20): include_once('/home/admin/dom...')
#12 {main}
 
Back
Top