You are not logged in.
Pages: 1
Topic closed
bonjour
je viens de tester la RC 0.71
j'ai eu le meme bug que lors du passage a la 070.2, impossible d'aller au delà de l'écran de connexion.
j'ai employé la meme méthode en recopiant mon fichier inc/auth.class.php
et là ca marche
mais je suis en train de me souvenir que je l'avais modifié (commenté une ligne sur vos conseils) je vais réeesayer en commentant la ligne ( si je la retrouve)
DRASS ile de france-450 postes, 10 serveurs
GLPI 0.71.2 sur Linux redhat RHEL4 php 5.05 mysql 5 avec OCS-NG sur XAMPP
Offline
j'ai refait la manip que tu avais conseille
Essayez de commenter la ligne 253 du fichier /inc/auth-class.php :
function initSession() {
global $CFG_GLPI, $LANG;
// $this->destroySession();
startGlpiSession();
et ca marche
merci
DRASS ile de france-450 postes, 10 serveurs
GLPI 0.71.2 sur Linux redhat RHEL4 php 5.05 mysql 5 avec OCS-NG sur XAMPP
Offline
c'est quand meme bizarre...
En mdoe debug avec log dans les fichiers vous n'avez aucune information ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
essayez https://nomdevotrepc/nomdurepertoire
Ca ne voulait pas en http mais en https ca marche !
Offline
j'ai a nouveau le meme pb avec la SVN du jour ( de la nuit)
j'ai du modifié le fichier /inc/auth.class.php a la meme ligne (316 maintenant)
si je me met en mode debug j'ai ceci
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 47
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 51
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 53
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 55
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 58
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 61
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 63
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 381
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/auth.class.php at line 464
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 46
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 48
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 50
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 52
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 54
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 56
PHP ERROR: var: Deprecated. Please use the public/private/protected modifiers in /home/glpi/inc/connection.class.php at line 58
cela vient donc peut etre de php
DRASS ile de france-450 postes, 10 serveurs
GLPI 0.71.2 sur Linux redhat RHEL4 php 5.05 mysql 5 avec OCS-NG sur XAMPP
Offline
mettez à jour votre php
la version que vous utilisez doit être pourrie je pense
Offline
Le "var: Deprecated" est un bug PHP (au moins en version 5.1.2)
2 solutions
- prendre une version supérieure (ex 5.1.6 en standard chez RH (WAS pour RH4, normal pour RH5, sinon, voir ma signature)
- désactiver le mode debug.
++
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
Pages: 1
Topic closed