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

error __CHV_CRYPT_SALT__

Status
Not open for further replies.

jfrdavid

Chevereto Member
Hi

I have this problem on a fresh install of v2.1.1 Chevereto locally or on a server they stay the same


There is a problem regarding your definitions. This means that Chevereto won't run because until you fix this.

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


Thank you
 
You have to edit that file. Open includes/definitions.php and follow the instructions.
 
Rodolfo said:
You have to edit that file. Open includes/definitions.php and follow the instructions.


Thank you I look

What you have to edit such


Code:
/**
 * __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__", "changeme");


thank you
 
Status
Not open for further replies.
Back
Top