Phpgroupware : Bad login or password

Fermé
moon2385 - 19 sept. 2014 à 12:49
 moon2385 - 19 sept. 2014 à 17:49
Bonjour,

J'ai fini à installer et configurer phpgroupware-0.9.16.017. lorsque je tente à accéder à la page web http://localhost/phpgroupware/login.php et je tape mon login et mon pwd, j'ai eu le message d'erreur : Bad login or password.

Pourtant c'est le même login et pwd que j'ai entré lors de la création du compte admin dans la phase configuration du phpgroupware.

SVP, auriez vous une idée sur le problème rencontré ?

Je suis bloquée, je n'arrive pas à accéder à phpgroupware via mon login/pwd.

Merci d'avance pour votre aide.

4 réponses

J'ai modifié le login autre que "root". Maintenant j'ai ces erreurs :

Deprecated: Function magic_quotes_runtime() is deprecated in C:\Apache24\htdocs\phpgroupware\phpgwapi\inc\functions.inc.php on line 77

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\Apache24\htdocs\phpgroupware\phpgwapi\inc\class.phpgw_datetime.inc.php on line 198

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\Apache24\htdocs\phpgroupware\phpgwapi\inc\class.common.inc.php on line 1453
0
skymax406 Messages postés 215 Date d'inscription samedi 19 juillet 2008 Statut Membre Dernière intervention 22 avril 2015 24
19 sept. 2014 à 16:54
Bonjour,
Ce ne sont pas des erreur mais des warnings, en gros elles ne bloquent pas l'execution de ton script.
La première par exemple te dit ( en gros ) que ta version de php est trop récente par rapport à ton module car il utilise la fonction magic_quotes_runtime qui tend à disparaitre dans le futur.

Ces informations ne permettent pas de débuger n'a tu pas une fatal error qui traine ?
0
Comment je peux savoir qu'il y a une fatale erreur ?
0
Merci beaucoup pour votre réponse. Je suis vraiment bloquée.

J'ai suivi toutes les étapes indiquées dans http://www.fredshack.com/docs/phpgroupware.html pour la partie windows en installant apache 2.4, php 5.6, mysql 5.6.20 et phpmyadmin.

Lorsque je tente à accéder à la page web http://localhost/phpgroupware/login.php ayant saisi mon login et mon pwd, çe ne se passe pas en renvoyant toujours les deux warnings :

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\Apache24\htdocs\phpgroupware\phpgwapi\inc\class.phpgw_datetime.inc.php on line 198

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\Apache24\htdocs\phpgroupware\phpgwapi\inc\class.common.inc.php on line 1453

Auriez vous une idée sur l'origine du problème ?

SVP MERCI
0
Lors de la configurationn du phpgroupware, j'ai entré ces informations :


Full path for temporary files = /TEMP
Full path for users and group files = C:/Apache24/htdocs/phpgroupware/files

rq : le dossier files je l'ai créée moi même

Lors du submit, j'ai eu ce warning :

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache24\htdocs\phpgroupware\setup\config.php:143) in C:\Apache24\htdocs\phpgroupware\setup\config.php on line 176
0