• 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

NOT yet installed

Status
Not open for further replies.
PHP:
// Not installed
if(!Settings::get('chevereto_version_installed')) {
    if(file_exists(G_ROOT_PATH . 'install.php')) {
        G\redirect('install.php');
    } else {
        Render\chevereto_die(NULL, 'If you already installed Chevereto and you think that this is an error please check the <code>app/settings.php</code> file. Maybe you need to update your database details.', 'Not yet installed?');
    }
}

If you are seeing that is because you are missing the settings.php file. Just upload the install.php file and the app/install folder and then run /install.php
 
Status
Not open for further replies.
Back
Top