• 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.

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