• 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

Error Encountered During 4.2.0 Update: Anyone Facing the Same Issue?

Version
4.1.4
PHP version
8.2
Database driver
MariaDB
Database version
10.11.6-MariaDB-0+deb12u1
Web browser
chrome

FOXCOO

Chevereto Member
Guys, I encountered an error while updating to version 4.2.0, something went wrong. Then I opened xrdebug and it showed this error:
* [127.0.0.1 message] /app/src/Legacy/functions.php:1137

Has anyone else experienced the same issue?
If the Config::system()->sessionSaveHandler() method is returning something invalid, like null or an empty string, PHP won’t be able to start the session and will throw an error. To fix this, just make sure it’s set to a valid session handler like 'files', 'memcached', or 'redis'. How do I update this properly?
 
Last edited:
Back
Top