• Remember to address to the Bug Tracking guidelines and to follow the instructions in the post ticket template.
  • 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

Pending release Invalid file checksum (code 100) when uploading GIF on Docker Chevereto 4.3.7

Version
4.3.7
PHP version
8.2.29
Database driver
MariaDB
Database version
11.3.2-MariaDB-1:11.3.2+maria~ubu2204
Web browser
Firefox

bbq001

Chevereto Member
I'm running Chevereto 4.3.7 (Docker version) and encountered an issue when uploading a .gif file.
The upload process fails with the following error message on the web UI:
1762188741979.png
I have already enabled “Debug errors” in the system settings and followed the official Debug documentation, but there is no useful information or stack trace on the page.
The JSON response is :
{"status_code":500,"error":{"message":"Invalid file checksum [Code: 100]","type":"Exception","time":"2025-11-03T16:55:26+00:00","code":100,"id":"6908de7e11556"},"status_txt":"Internal Server Error"}

I also ran this command:
docker logs e5715c617656 -f 1>/dev/null
However, there are no new error logs, only old entries from last week.

Is there any way to make Chevereto or PHP output detailed error logs in Docker (e.g., to php://stderr or another file)?
 

Attachments

  • 1762187907607.png
    1762187907607.png
    27.9 KB · Views: 0
GIF works for me: https://demo.chevereto.com/image/1JKX.BNQrC

Most likely your file is corrupted. Can you upload the gif as zip so we can check why that file fails?
The GIF file is quite large — about 18.2 MB, and it contains NSFW content.
Would it be appropriate to upload it here as an attachment, or should I provide an external link instead?
I’ve tested other files around 19 MB, and they upload successfully — only this specific file causes the error.
 
Back
Top