• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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