• 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

Theme setting "Default palette" doesn't work

CaLiS

Chevereto Member
▶ Reproduction steps
  1. Install 4.0.0.beta.7 on fresh Ubuntu 20.04.4 using
    https://raw.githubusercontent.com/chevereto/vps/4.0/bash.sh
  2. Go to /dashboard/settings/theme and change the Default palette to e.g. Dark
  3. Save changes
  4. Open the page in a private browser window or a different browser
😢 Unexpected result

The selected default palette isn't loaded

📃 Error log message

no error message
 
We can confirm the bug and we will fix it in the next revision.

Many thanks @CaLiS for bring this to our attention.
 
This has been fixed for V4.0.0.beta.8, note that V4 beta users will require to update chv_settings.

SQL:
UPDATE `chv_settings` SET `setting_typeset` = "string" WHERE `setting_name` = "theme_palette";
 
Back
Top