You are not logged in.
Pages: 1
Topic closed
Once installed, when you enter http://localhost/glpi/index.php, appears only white screen
help-me
Last edited by markysnr (2008-02-08 15:17:53)
Offline
do you have plugins installed ?
you did a migration or you did a fresh install ?
Offline
do you have plugins installed ?
you did a migration or you did a fresh install ?
first install
what plugins?
Offline
Once installed, when you enter http://localhost/glpi/index.php, appears only white screen
help-me
I was working until change php 4 to php 5.
Then after changing, reinstalled the glpi and is white on the screen.
My other 2 systems in folders / www / are working, only the glpi not working.
I had never worked with apache, and php mysql, I am learning now
Offline
Offline
I know this is a somwhat older thread, but I have the same problem.
I had a test installation on Windows and xampp. Everything worked fine, for our pre-production environment we use Redhet Enterprise Linux 5 and xampp for linux (later we are migrating to a production server with apache, PHP and MySQL manualy configured).
I copied all the files from htdocs/glpi (including docs and plugins) and the MySQL files from the windows to the Linux server and now I get a white screen after I try to log in with any kind of user!
Offline
- xampp for linux => bery bad idea. Use LAMP stack provided by RH (the only one supported by RH).
- I copied (...) the MySQL files from the windows to the Linux... => another bad idea. You must use a dump of your database and import it to new server.
Tips :
- GLPI is available in EPEL repositry => yum install it
- install glpi to create a empty database using the wizard (this will also check compatibility of you configuration)
- load the data from the old installation
++
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
For the dump and load procedure. Is it best to use the scripts of GLPI itself or can I use phpMyAdmin??
Offline
Sorry, I don't know, i always use command line mysqldump/mysql.
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
OK, I got it all working.
GLPI, the plugins and the database are all installed.
I don't have any problems with the plugins, but if I ask the details of a computer (NOT any of the other inventory Items) I get a white screen.
very strange. Am I missing something here??
ty
Last edited by DrDam (2008-04-24 15:34:49)
Offline
Enable Debug Mode in GLPI, and post here the details
Thanks
SO: Gentoo
Version: PROD GLPI 0.84.6 / DEV: SVN
PHP: PHP 5.3.4-pl0-gentoo / MySQL: 5.1.51-log
OCS: OCS-NG 2.0
Offline
OK,
I got this message
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 77824 bytes) in /var/www/glpi/inc/ocsng.function.php on line 423
Offline
increase the value of memory_limit
Offline
That did it!!
Ty all for the help. Everything is working like a charm now, just as I was used to with glpi
Offline
Pages: 1
Topic closed