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

Probleme pour me connecter

alain

Chevereto Member
Bonjour
Voici l'erreur renvoyée

The system has encountered a error when it try to connect to the database server.
  • PDOException: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
Il y a-t-il un changement à faire ??

Merci pour vos reponses
 
Hi, that indicates that you need to supply a valid user | password combo for the mysql databse that you have indicated in config.php

This user must have access to the requested database.

Hope it helps
 
Merci pour la reponse cela a solutionner mon probleme

Maintenant j'ai cette erreur

Code:
There are errors in the /home/*****/public_html/chevereto/includes/definitions.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 ?>

Il n'y a aucun caracteres ajouté avant <?php et apres ?>

Que puis-je faire pour solutionner cela

Merci de vos reponses
 
Problem now is that you need to edit the PHP files with a proper editor. You have to follow this instructions:

Change the encodig to UTF-8 without bom using Notepad++ or any similar code editor and remove any character before <?php and after ?>
And that is for config.php and definitions.php
 
Back
Top