• 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

Upload failed: Image Delete Hash doesn't have a default value while

Version
3.20.18
Website URL
https://picapple.de
PHP version
7.4.29
Database driver
MariaDB
Database version
5.5.5-10.3.34-MariaDB-0+deb10u1
Web browser
Brave (chromium)

Kevinterra

Chevereto Member
Hola,

when I try to upload an image, I get the following error message:

Code:
a77d0732-c734-4af7-8ad7-3862461ad852.PNG - Something went wrong: ⚠ errorId #7d01e30ca7f3918d
Printed debug is enabled because debug_level=3

> SQLSTATE[HY000]: General error: 1364 Field 'image_delete_hash' doesn't have a default value

#0 /var/www/vhosts/picapple.de/httpdocs/lib/G/classes/class.db.php(155): PDOStatement->execute()
#1 /var/www/vhosts/picapple.de/httpdocs/lib/G/classes/class.db.php(421): G\DB->exec()
#2 /var/www/vhosts/picapple.de/httpdocs/app/lib/classes/class.db.php(63): G\DB::insert()
#3 /var/www/vhosts/picapple.de/httpdocs/app/lib/classes/class.image.php(1094): CHV\DB::insert()
#4 /var/www/vhosts/picapple.de/httpdocs/app/lib/classes/class.image.php(912): CHV\Image::insert()
#5 /var/www/vhosts/picapple.de/httpdocs/app/routes/route.json.php(90): CHV\Image::uploadToWebsite()
#6 /var/www/vhosts/picapple.de/httpdocs/lib/G/classes/class.handler.php(230): G\Handler->{closure}()
#7 /var/www/vhosts/picapple.de/httpdocs/lib/G/classes/class.handler.php(130): G\Handler->processRequest()
#8 /var/www/vhosts/picapple.de/httpdocs/app/web.php(415): G\Handler->__construct()
#9 /var/www/vhosts/picapple.de/httpdocs/app/loader.php(239): require_once('/var/www/vhosts...')
#10 /var/www/vhosts/picapple.de/httpdocs/index.php(20): include_once('/var/www/vhosts...')
#11 {main}
 
Back
Top