- 1
[Opened] Problème avec jAuth (Fatal error)
Posted by fadawah on 10/24/2009 20:29
Bonjour.
J'ai un problème avec jAuth. Voici ce que ça m'affiche quand je vais sur l'url http://localhost/index.php/jauth/login/in
code
Fatal error: Call to undefined method cDao_test_Jx_jelixuser_Jx_mysql::getByLoginPassword() in C:\wamp\www\jelix_dev\lib\jelix\plugins\auth\db\db.auth.php on line 83
Merci d'avance pour votre aide.
[Opened] Re: Problème avec jAuth (Fatal error)
Posted by foxmask on 10/24/2009 21:24
fadawah écrivait:
Bonjour.
J'ai un problème avec jAuth.
Voici ce que ça m'affiche quand je vais sur l'url
http://localhost/index.php/jauth/login/in
code
Fatal error: Call to undefined method
cDao_test_Jx_jelixuser_Jx_mysql::getByLoginPasswor
d() in
C:\wamp\www\jelix_dev\lib\jelix\plugins\auth\db\db
.auth.php on line 83
Merci d'avance pour votre aide.
Bonsoir,
à vu de nez je dirai qu'il manque la définition de la DAO dans le fichier de config var/config/auth.coord.ini.php
Par defaut, après un php jelix --toto createapp
, ce coordinateur ne contient pas de DAO, il faut donc le mettre vous même.
Ce dao est celui gerant les utilisateurs de votre site/appli.
;=========== Parameters for drivers ;------- parameters for the "Db" driver [Db] ; name of the dao to get user data dao = ""
cdt.
@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !
- 1