Bonjour,
j'essaie d'installer Nexev sous ubuntu et xampp et je me heurte toujours à la même réponse:
TConfigurationException
Description
Missing param: Password
Fichier Source
/opt/lampp/htdocs/nexev/protected/engine/adodb.php (78)
0067: public function init($config){
0068: if (!$this->Driver){
0069: throw new TConfigurationException('Missing param: Driver');
0070: }
0071: if (!$this->Host){
0072: throw new TConfigurationException('Missing param: Host');
0073: }
0074: if (!$this->Username){
0075: throw new TConfigurationException('Missing param: Username');
0076: }
0077: if (!$this->Password){
0078: throw new TConfigurationException('Missing param: Password');
0079: }
0080: if (!$this->Database){
0081: throw new TConfigurationException('Missing param: Database');
0082: }
0083: parent::init($config);
0084: }
0085:
0086: //PHP magic function.
0087: //This method will pass all method calls to ADODB class/library.
0088: public function __call($method, $params){
0089: $conn = $this->getDatabaseConnection();
0090: return call_user_func_array(array($conn, $method), $params);
Je n'ai pourtant pas de mot de passe à entrer.
Pourriez-vous m'indiquer l'oubli que j'ai pu faire ou bien l'erreur que j'ai du faire ?
Cordialement
Michel