• 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

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'page_code' at row 1

Vega

Chevereto Member
👉 Run our Container based provisioning and document the settings and context that trigger the alleged bug.

*️⃣ Make sure to test the bug in the Docker infra, let us know whatever the bug happens (or not) there.

▶ Reproduction steps
  1. Go Settings / Pages
  2. Edit or create a New Page
  3. Save the Page (in this Case Text Length: 82685)
😢 Unexpected result

PDOException thrown in /home/XX/htdocs/XX/app/src/Legacy/G/DB.php:129

# Message [Code #22001]

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'page_code' at row 1


# Incident ID:62c161752c898


📃 Error log message

#0 /home/xx/htdocs/xx.de/app/src/Legacy/G/DB.php:129
{main}()
------------------------------------------------------------
#1 /home/xx/htdocs/xx.de/app/src/Legacy/G/DB.php:129
PDOStatement->execute()
------------------------------------------------------------
#2 /home/xx/htdocs/xx.de/app/src/Legacy/G/DB.php:323
Chevereto\Legacy\G\DB->exec()
------------------------------------------------------------
#3 /home/xx/htdocs/xx.de/app/src/Legacy/Classes/DB.php:69
Chevereto\Legacy\G\DB::insert()
------------------------------------------------------------
#4 /home/xx/htdocs/xx.de/app/src/Legacy/Classes/Page.php:178
Chevereto\Legacy\Classes\DB::insert()
------------------------------------------------------------
#5 /home/xx/htdocs/xx.de/app/legacy/routes/dashboard.php:1341
Chevereto\Legacy\Classes\Page::insert()
------------------------------------------------------------
#6 /home/xx/htdocs/xx.de/app/src/Legacy/G/Handler.php:242
Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#7 /home/xx/htdocs/xx.de/app/src/Legacy/G/Handler.php:136
Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#8 /home/xx/htdocs/xx.de/app/legacy/load/web.php:393
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#9 /home/xx/htdocs/xx.de/app/legacy/entrypoints/index.php:25
require_once(string(length=55))
------------------------------------------------------------
#10 /home/xx/htdocs/xx.de/index.php:12
require_once(string(length=64))
 
Back
Top