• 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

License Lite

Version
4.3.6
Website URL
https://www.xvdelfina.com/
PHP version
8.1
Database driver
MySQL
Database version
8.0.43
Web browser
Chrome

user_83ae4

Chevereto Member
Pro
I purchased the lite version, but when I'm in the administrator, after loading the license it doesn't let me save the changes and if I enter the CHEVERETO_LICENSE_KEY.php file when I go to the site it opens the license box with a "1" inside and when I load the license again it doesn't save the changes.
 
The license file is required only if you want to enable self-update, like when the application is able to self-update from 4.3.X to 4.3.6 on application layer (shared, VPS, root, etc).

The presence or absence of the license key file doesn't enable/remove features in Chevereto, as license key controls access to the software files and the software files provide the system functionality.

If you have CLI access you can run this, injecting the license key file directly:

Code:
CHEVERETO_LICENSE_KEY=your_license_key php app/upgrading.php

Or if you prefer, provide the paid software files on top of the existing files in your server.

You can also manually fill the app/CHEVERETO_LICENSE_KEY.php file as follows:

PHP:
<?php return 'the key goes here';
 
The self-update system depends on several conditions to operate as expected, your server must be able to connect to our API and your filesystem must be writable by the application. Also, the filesystem must be mutable.

We recommend to simply issue a manual update (replace files directly) if you encounter issues like this.
 
Back
Top