• 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

Changing root route to album breaks the root

ZeroSerenity

Chevereto Member
Under Dashboard->Settings->Routing, changing the Root Routing to anything that isn't User causes the site to break.

Code:
app/legacy/routes/user.php:36

# Message [Code #2]
Undefined array key 0

# Incident ID:62855b6ad73d1


Stack Trace:

#0 /app/legacy/routes/user.php:36
{main}()
------------------------------------------------------------
#1 /app/src/Legacy/G/Handler.php:241
Chevereto\Legacy\G\Handler->{closure}(Chevereto\Legacy\G\Handler(#8))
------------------------------------------------------------
#2 /app/src/Legacy/G/Handler.php:135
Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#3 /app/legacy/load/web.php:389
Chevereto\Legacy\G\Handler->__construct(array(size=2))
------------------------------------------------------------
#4 /legacy/entrypoints/index.php:24
require_once(string(length=69))
------------------------------------------------------------
#5 /index.php:12
require_once(string(length=78))

The release notes say:
  • Fixed bug in personal mode routing
Which leads me to think I might not have had an update work, or something.
 
Thank you for reporting this, I can confirm the bug and the patch is pending release for the next revision.
 
Back
Top