Hi, I think all your troubles comes from file access problems. Really strange that update process try to do :
include_once(./inc/dbreplicate.function.php) Must be include_once(../inc/dbreplicate.function.php) But I do not understnad why. Regards Julien Le 27/05/2011 12:56, Marco Gaiarin a écrit :
I'm trying to upgrade from 0.72.4 on a debian lenny system (php 5.2.6.dfsg.1-1+lenny10, mysql 5.0.51a-24+lenny5). before i get to the page with 'start upgrade' button i got: [Fri May 27 12:34:56 2011] [error] [client 10.5.1.18] PHP Warning: set_error_handler() expects the argument (userErrorHandlerDebug) to be a valid callback in /usr/local/share/glpi/install/install.php on line 528, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:34:56 2011] [error] [client 10.5.1.18] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/glpi/install/install.php:528) in /usr/local/share/glpi/install/install.php on line 51, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:35:27 2011] [error] [client 10.5.1.18] PHP Warning: set_error_handler() expects the argument (userErrorHandlerDebug) to be a valid callback in /usr/local/share/glpi/install/update.php on line 126, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:35:27 2011] [error] [client 10.5.1.18] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/glpi/install/update.php:126) in /usr/local/share/glpi/install/update.php on line 711, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:35:38 2011] [error] [client 10.5.1.18] PHP Warning: set_error_handler() expects the argument (userErrorHandlerDebug) to be a valid callback in /usr/local/share/glpi/install/update.php on line 126, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:35:38 2011] [error] [client 10.5.1.18] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/glpi/install/update.php:126) in /usr/local/share/glpi/install/update.php on line 711, referer: https://helpdesk.sv.lnf.it/install/install.php and if i upgrade, process at some point stop leading to a page woth no ''exit links'' and i got: [Fri May 27 12:36:00 2011] [error] [client 10.5.1.18] PHP Notice: Use of undefined constant HISTORY_ADD_RELATION - assumed 'HISTORY_ADD_RELATION' in /usr/local/share/glpi/install/update_0723_078.php on line 1719, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:36:00 2011] [error] [client 10.5.1.18] PHP Notice: Use of undefined constant HISTORY_DEL_RELATION - assumed 'HISTORY_DEL_RELATION' in /usr/local/share/glpi/install/update_0723_078.php on line 1719, referer: https://helpdesk.sv.lnf.it/install/install.php [Fri May 27 12:37:12 2011] [error] [client 10.5.1.18] PHP Warning: set_error_handler() expects the argument (userErrorHandlerDebug) to be a valid callback in /usr/local/share/glpi/install/update.php on line 126 [Fri May 27 12:37:12 2011] [error] [client 10.5.1.18] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/glpi/install/update.php:126) in /usr/local/share/glpi/install/update.php on line 711 [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once(./inc/commonitem.class.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/share/glpi/inc/includes.php on line 48, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening './inc/commonitem.class.php' for inclusion (include_path='.:/usr/share/php/') in /usr/local/share/glpi/inc/includes.php on line 48, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once(./inc/dropdown.function.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/share/glpi/inc/includes.php on line 54, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening './inc/dropdown.function.php' for inclusion (include_path='.:/usr/share/php/') in /usr/local/share/glpi/inc/includes.php on line 54, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once(./inc/dbreplicate.function.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /usr/local/share/glpi/config/config.php on line 40, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening './inc/dbreplicate.function.php' for inclusion (include_path='.:/usr/share/php/') in /usr/local/share/glpi/config/config.php on line 40, referer: https://helpdesk.sv.lnf.it/install/update.php [Fri May 27 12:37:17 2011] [error] [client 10.5.1.18] PHP Fatal error: Call to undefined function establishDBConnection() in /usr/local/share/glpi/config/config.php on line 68, referer: https://helpdesk.sv.lnf.it/install/update.php I'm still trying to update to 0.78 for some plugin issue, tarball seems ok. Now i try with 0.80 but... what's happen?! Thanks.
_______________________________________________ Glpi-user mailing list [email protected] https://mail.gna.org/listinfo/glpi-user
