• 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

You haven't changed the default __CHV_CRYPT_SALT__

Status
Not open for further replies.

up-photos.net

Chevereto Member
Hello
I'm trying to install chevereto
I did everything but
PHP:
Please take note that you must edit the definitions.php file the first time that you install Chevereto.
 
You haven't changed the default __CHV_CRYPT_SALT__. Please set this value in includes/definitions.php
Please double-check your definitions in the includes/definitions.php file.

I do not understand what is meant precisely
Please Is there a solution
Note Hosting
godaddy
 
in your website in includes there is a file called definitions.php you need to edit the file and change the cryptsalt
/includes/definitions.php

/**
* __CHV_CRYPT_SALT__
* This is the crypt salt used for generate and convert all the image ids
* Please, don't you ever change this at least you want to reset the whole system
* Set this only once and stick to it.
*/
define("__CHV_CRYPT_SALT__", "yourcryptsalthere");

?>

where it says yourcryptsalthere just add yours in mine is random letters and numbers
 
Status
Not open for further replies.
Back
Top