hitweb-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Hitweb-dev] Probl è me de configuration


From: Grivel, Alexandre
Subject: [Hitweb-dev] Probl è me de configuration
Date: Thu, 27 Apr 2006 09:07:09 +0200
User-agent: Microsoft-Entourage/11.2.1.051004

Bonjour,

Voilà, en furetant sur le web j’ai croisé le projet “HIT WEB”.

C’est un super projet, mais un poil compliquer pour la configuration.

Ma configuration en terme d’ordinateur, je travail sur Macintosh.

   
A part le paquet “radius 1.2.4” qui est un pecl.

Ma question, il me fait toujours  -> DB Error: not found dans le navigateur qui est firefox.

Mon fichier de config me semble être bon, voici un extrait.

<?php

// Information for debug
  $config['HITWEB_VERSION'] = '4.2.1';

// Database
  $config['DBNAME'] = 'hitweb';
  define(DBNAME, $config['hitweb']);
  $config['DBUSER'] = 'alextest';
  define(DBUSER, $config['alextest']);
  $config['DBPASS'] = '';
  define(DBPASS, $config['']);
  $config['DBHOST'] = 'localhost:8888';
  define(DBHOST, $config['localhost:8888']);
  $config['BASE'] = 'mysql';
  define(BASE, $config['mysql']);
  $config['PREFIX_TABLE'] = 'hitweb_';
  define(PREFIX_TABLE, $config['hitweb_']);

// Table name
  $config['TBL_CATEGORIES'] = 'CATEGORIES';
  define(TBL_CATEGORIES, $config['CATEGORIES']);
  $config['TBL_CATEGORIES_LIENS'] = 'CATEGORIES_LIENS';
  define(TBL_CATEGORIES_LIENS, $config['CATEGORIES_LIENS']);
  $config['TBL_CATEGORIES_PUB'] = 'CATEGORIES_PUB';
  define(TBL_CATEGORIES_PUB, $config['CATEGORIES_PUB']);
  $config['TBL_COMMENTAIRES'] = 'COMMENTAIRES';
  define(TBL_COMMENTAIRES, $config['COMMENTAIRES']);
  $config['TBL_DATE'] = 'COUNTRY';
  define(TBL_DATE, $config['COUNTRY']);
  $config['TBL_LIENS'] = 'LIENS';
  define(TBL_LIENS, $config['LIENS']);
  $config['TBL_POINT'] = 'POINT';
  define(TBL_POINT, $config['POINT']);
  $config['TBL_PROTOCOL'] = 'PROTOCOL';
  define(TBL_PROTOCOL, $config['PROTOCOL']);
  $config['TBL_SCATEGORIES'] = 'SCATEGORIES';
  define(TBL_SCATEGORIES, $config['SCATEGORIES']);
  $config['TBL_USERS'] = 'USERS';
  define(TBL_USERS, $config['USERS']);
  $config['TBL_USERS_LIENS'] = 'USERS_LIENS';
  define(TBL_USERS_LIENS, $config['USERS_LIENS']);
  $config['TBL_VOTE'] = 'VOTE';
  define(TBL_VOTE, $config['VOTE']);
  $config['TBL_PERMISSIONS'] = 'PERMISSIONS';
  define(TBL_PERMISSIONS, $config['PERMISSIONS']);
  $config['TBL_USERS_PERMISSIONS'] = 'USERS_PERMISSIONS';
  define(TBL_USERS_PERMISSIONS, $config['USERS_PERMISSIONS']);
  $config['TBL_GOOGLE_ADSENSE'] = 'GOOGLE_ADSENSE';
  define(TBL_GOOGLE_ADSENSE, $config['GOOGLE_ADSENSE']);
  $config['TBL_MAIL'] = 'MAIL';
  define(TBL_MAIL, $config['MAIL']);
  $config['TBL_USERS_SUBMIT'] = 'USERS_SUBMIT';
  define(TBL_USERS_SUBMIT, $config['USERS_SUBMIT']);
  $config['TBL_COUNTRY'] = 'COUNTRY';
  define(TBL_COUNTRY, $config['COUNTRY']);

Je n’utilise pas de mot de passe pour l’utilisateur en question!
J’ai bien utiliser le fichier “sql” créer par l’auteur, le processus à bien fonctionné.

Encore un extrait des logs de PHP.

[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_PROTOCOL - assumed 'TBL_PROTOCOL' in /source/hitweb421/conf/config.php on line 36
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  PROTOCOL in /source/hitweb421/conf/config.php on line 36
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_SCATEGORIES - assumed 'TBL_SCATEGORIES' in /source/hitweb421/conf/config.php on line 38
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  SCATEGORIES in /source/hitweb421/conf/config.php on line 38
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_USERS - assumed 'TBL_USERS' in /source/hitweb421/conf/config.php on line 40
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  USERS in /source/hitweb421/conf/config.php on line 40
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_USERS_LIENS - assumed 'TBL_USERS_LIENS' in /source/hitweb421/conf/config.php on line 42
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  USERS_LIENS in /source/hitweb421/conf/config.php on line 42
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_VOTE - assumed 'TBL_VOTE' in /source/hitweb421/conf/config.php on line 44
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  VOTE in /source/hitweb421/conf/config.php on line 44
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_PERMISSIONS - assumed 'TBL_PERMISSIONS' in /source/hitweb421/conf/config.php on line 46
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  PERMISSIONS in /source/hitweb421/conf/config.php on line 46
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_USERS_PERMISSIONS - assumed 'TBL_USERS_PERMISSIONS' in /source/hitweb421/conf/config.php on line 48
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  USERS_PERMISSIONS in /source/hitweb421/conf/config.php on line 48
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_GOOGLE_ADSENSE - assumed 'TBL_GOOGLE_ADSENSE' in /source/hitweb421/conf/config.php on line 50
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  GOOGLE_ADSENSE in /source/hitweb421/conf/config.php on line 50
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_MAIL - assumed 'TBL_MAIL' in /source/hitweb421/conf/config.php on line 52
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  MAIL in /source/hitweb421/conf/config.php on line 52
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_USERS_SUBMIT - assumed 'TBL_USERS_SUBMIT' in /source/hitweb421/conf/config.php on line 54
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  USERS_SUBMIT in /source/hitweb421/conf/config.php on line 54
[26-Apr-2006 16:42:26] PHP Notice:  Use of undefined constant TBL_COUNTRY - assumed 'TBL_COUNTRY' in /source/hitweb421/conf/config.php on line 56
[26-Apr-2006 16:42:26] PHP Notice:  Undefined index:  COUNTRY in /source/hitweb421/conf/config.php on line 56

Si une aimable personne peu me donnée un petit coup de pouce ou allumé ma lanterne. Mon but est de faire fonctionner cet annuaire de lien pour comprendre comment modifier le gabarit principale. D’une manière générale je vais prendre contact avec l’auteur, j’aimerai bien aussi souscrire un compte pour pouvoir utiliser le projet sur se compte en question. Mais un peu d'entraînement avant de faire le pas.

Alexandre Grivel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]