I've just done the upgrade of my ''test'' GLPI installation, and i've
got some trouble, so i'm seeking feedback here before upgrading my
'main' installation.

Platform: debian squeeze, eg apache 2.2.16-6+squeeze11 and php
5.3.3-7+squeeze17.


1) setup lead to 'blank page'; looking at apache error log, i've found:

        [Tue Sep 24 16:21:18 2013] [error] [client 10.5.1.18] PHP Fatal error:  
Cannot make non static method CommonDBTM::canCreate() static in class Config in 
/usr/local/share/glpi/inc/config.class.php on line 41, referer: 
https://helpdesk.ct.lnf.it/

 i was forced to add explicitly to 'include_path' php option the full path
 to 'inc' subdirectory in the main glpi web dir.
 Strangest, i've removed that path after installation and now glpi
 works. Boh.


2) i was able to load roughly one page, then apache process serving
 pages got signal 11; after fiddling a bit, i've found that the guilty
 was APC, eg i was forced to add:

        php_flag apc.cache_by_default off

 to disable APC (version 3.1.3p1-2), and after that GLPI works.
 I have APC enabled by default, so seems to me that GLPI 0.84 add some
 incompatibility that GLPI 0.83 does not have.


3) i've the files/_log/php-errors.log full of:

 2013-09-24 17:45:01
 Notice(8): Undefined index: devices
 Backtrace :
 /usr/local/share/glpi/plugins/customfields/locales/devices.php:35              
 Toolbox::userErrorHandlerNormal()
 /usr/local/share/glpi/plugins/customfields/locales/en_GB.php:115               
 include()
 /usr/local/share/glpi/inc/plugin.class.php:172          include()
 /usr/local/share/glpi/inc/plugin.class.php:98           Plugin::loadLang()
 /usr/local/share/glpi/inc/includes.php:129              Plugin::load()
 /usr/local/share/glpi/front/cron.php:39         include()

But probably this is related to 'customfield' plugin (i'm using the
nightly tarball version).

-- 
dott. Marco Gaiarin                                     GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                    http://www.sv.lnf.it/
  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)
  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797

                Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
           http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
        (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)

_______________________________________________
Glpi-user mailing list
[email protected]
https://mail.gna.org/listinfo/glpi-user

Reply via email to