You are not logged in.
Pages: 1
After upgrading to version 9.1, when we close a ticket, the screen is locked. Solves only by logging off.
Chrome and Firefox.
Offline
Tables not crashed?
Mathias
Glpi 9.5.6 / Debian 11 / Fusion Inventory
Offline
In instalation? No.
Offline
Same here. After changing the visual theme, does not open any form.
Offline
Hi ,
I've got same problem after each save action computer, network , user....
regards
Apache 2.4.12/Php 5.4.38 glpi 9.1 Win2008
Offline
error in debug mode:
Fatal error: Call to undefined function _() in /usr/local/www/glpi/inc/html.class.php on line 569
function displayMessageAfterRedirect().
Please fix the bug.
upd:
I create github issue: https://github.com/glpi-project/glpi/issues/1239
Last edited by dmitrygrigoriev (2016-11-02 17:11:19)
Offline
[solve]
In file inc/html.class.php
line 561 replace to $title = __('Error');
line 565 replace to $title = __('Warning');
line 569 replace to $title = __('Information');
(two symbols underscore instead one)
like this: https://github.com/glpi-project/glpi/co … 8b926fdf34
Offline
Thank's dmitrygrigoriev. Solved.
Offline
Pages: 1