You are not logged in.
I tried the upgrade to the daily snapshot for 11/12/2007 and it is broken. The upgrade seems to work fine, it updates the db, but then trying to go to <servername>/glpi brings up nothing. I looked in the error logs and did not see any errors. This is on a Centos 4 machine. Using MySQL 4.1.20, Apache 2.0.52 and php 4.3.9.
Derek
Offline
error in php logs ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Looking through here more there is an error "File does not exist: /var/www/html/favicon.ico"
Offline
do you have rights on files directory ?
you can activate debug mode doing :
UPDATE `glpi`.`glpi_config` SET `debug` = '2' WHERE `glpi_config`.`ID` =1
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
after putting in some echo statements to find out where the issue was, i found out that it is in the data_injector plugin. I just removed that directory and all is good.
Offline
stupid plugins
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
data_injection = php 5 only
Xavier Caillaud
Blog GLPI Infotel
Offline