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

Aide pour config.php

Status
Not open for further replies.

coquinenet

Chevereto Member
Bonsoir je viens de m'offrir cheveretto et sincerement je suis nul en php apres installation voici le message qu'il m'affiche

There is a problem regarding your config setup. This means that Chevereto won't run because the config is not valid:
  • You haven't changed the default admin password. Please set this value in $config['admin_password']
Please double-check your settings in the includes/config.php file.

j'ai pourtant changer et rien ne pse ca me desespere

quelqu'un pourrais t'il m'aider ?
 
Open includes/config.php and set the admin password.

PHP:
/**
* Admin password
* This will be the password to enter the admin area (file manager)
* This MUST not be the same as 'user_password'
*/
$config['admin_password'] = 'password';
 
yes i change it

* Admin password
* This will be the password to enter the admin area (file manager)
* This MUST not be the same as 'user_password'
*/
$config['admin_password'] = 'pass';

but now i have this message

There are errors in the includes/config.php file. Change the encodig to UTF-8 without bom using Notepad++ or any similar code editor and remove any character before <?php and after ?>
 
Status
Not open for further replies.
Back
Top