• 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

Editing pages

alxndr.official

Chevereto Member
Hello dear Chevereto-Team,

when I click on "save page", comes this error.

Code:
Chevere\Throwable\Exceptions\ErrorException thrown in /var/www/html/app/legacy/routes/dashboard.php:1417

# Message [Code #2]
Undefined array key "sort_display"

# Incident ID:62fba51fcd2a7

# Time
2022-08-16T14:09:35+00:00 [1660658975]

# Stack trace
------------------------------------------------------------
#0 /var/www/html/app/legacy/routes/dashboard.php:1417 {main}()
------------------------------------------------------------
#1 Chevereto\Legacy\G\Handler->{closure}(array(size=11), array(size=21))
------------------------------------------------------------
#2 /var/www/html/app/legacy/routes/dashboard.php:1418 uasort(array(size=4), Closure(#350))
------------------------------------------------------------
#3 /var/www/html/app/src/Legacy/G/Handler.php:242 Chevereto\Legacy\G\Handler->{closure}(Chevereto\Legacy\G\Handler(#16))
------------------------------------------------------------
#4 /var/www/html/app/src/Legacy/G/Handler.php:136 Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#5 /var/www/html/app/legacy/load/web.php:422 Chevereto\Legacy\G\Handler->__construct(array(size=2))
------------------------------------------------------------
#6 /var/www/html/app/legacy/entrypoints/index.php:25 require_once(string(length=37))
------------------------------------------------------------
#7 /var/www/html/index.php:12 require_once(string(length=46))
------------------------------------------------------------

# Server
Linux cb6aef4cf8c0 5.10.104-linuxkit #1 SMP PREEMPT Wed Mar 9 19:01:25 UTC 2022 aarch64

Best regards,
Orhux
 
Last edited by a moderator:
Confirmed, to elaborate this bug happens when you attempt to change an existing page "Sort order display". The bug happens because of the injected Plugin page (not a real page).

The patch has been already added for 4.0.0-beta.11.
 
Back
Top