• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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