You are not logged in.
Pages: 1
Topic closed
J’ai un problème avec GLPI installé sous SPARC/Solaris 5.8
version 0.51a du 15.06.2005 ainsi que sur la version 0.51 du 08.05.2005
« The page cannot be displayed »
J’utilise le package XAMPP Solaris 0.6 : http://www.apachefriends.org/download.p … ris-0.6.sh
: (Apache 2.0.52, MySQL 4.1.8, PHP 5.0.4-dev & PEAR + multibyte (mbstring) support, Perl 5.8.3, ProFTPD 1.2.10, phpMyAdmin 2.5.6-pl3, OpenSSL 0.9.7d, Freetype2 2.1.7, libjpeg 6b, libpng 1.2.5, zlib 1.1.4, expat 1.95.7, Ming 0.2a, pdf class 009e)
Client : Browser IE 6 SP1 et Mozilla Firefox sous Windows
en ce loguant avec user/passwd : glpi/glpi
Logiciels > Ajouter logiciel …> Blanc Template
Cela fonctionne correctement => l’accès à la base de données est OK
L’enregistrement est bien créé.
Le problème :
Ordinateur > Ajouter Ordinateur …> Blanc Template
<http://jim/glpi/computers/computers-info-form.php?withtemplate=2&ID=19>
Affiche la page suivante :
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
Please try the following:
Click the Refresh button, or try again later.
If you typed the page address in the Address bar, make sure that it is spelled correctly.
To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
If your Network Administrator has enabled it, Microsoft Windows can examine your network and automatically discover network connection settings.
If you would like Windows to try and discover them,
click <javascript:doNetDetect()> Detect Network Settings <javascript:doNetDetect()>
Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
Click the <javascript:history.back(1)> Back <javascript:history.back(1)> button to try another link.
Cannot find server or DNS Error
Internet Explorer
Problème similaire : pour
Imprimante > Ajouter Imprimante …> Blanc Template
<http://jim/glpi/printers/printers-info-form.php?withtemplate=2&ID=3>
Affiche la page suivante
The page cannot be displayed
….
Cannot find server or DNS Error
Internet Explorer
Autre Problème : page blanche
Document > Ajouter Document …> Blanc Template
Affiche la page blanche : http://jim/glpi/documents/documents-info-form.php
Source de la page affichée :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>
Rem : Pas de problèmes avec easyphp 1.7 et glpi version 0.51a du 15.06.2005 sous Windows.
Voilà si vous savez ce que c'est ?
cordialement
Offline
Même problème ... Avec Firefox sous Linux, la page ne se charge pas du tout, aucune erreur n'apparaît (le navigateur reste sur la page courante).
Avec Konqueror, la connexion fait un joli timeout.
Offline
J'ai des bonnes nouvelles. GLPI fonctionne, et le développement n'est pas à remettre en cause
Donc, je suis allé voir dans le log de apache dans ..../xampp/logs/error_log et j'ai trouvé ces lignes :
[client x.x.x.x] PHP Fatal error: Allowed memory size of 8388608 bytes austed (tried to allocate 73728 bytes) in ..../web/glpi/glpi/dicts/french.php on line 119, referer: http://jim/glpi/computers/
Allowed memory size of 8388608 bytes exhausted (tried to allocate 79 bytes)
Après une bref recherche sur le Forum glpi, j'ai trouvé dans : http://glpi.indepnet.org/forum/viewtopic.php?id=886
la reponse à mon problème: Le thread apache qui interprète le php n'a plus de mémoire à sa disposition. Il faut lui en donner un peu plus :
Changer la valeur de memory_limit dans ..../xampp/etc/php.ini (fichier de config de php)
# Take a look at php.ini and increase the memory_limit variable to say 16M rather than 8M:
memory_limit = 16M
Restarter les process apache : xampp restart
Le tour est joué.
Merci pour le temps passé
Offline
Merci pour la reponse c'est sympa et sa profitera au plus grand nombre.
Offline
Pages: 1
Topic closed