You are not logged in.
Hello! After update http://support2.microsoft.com/kb/2998527 on all browsers on all computers in your organization are running Windows 7 and 8 has stopped working GLPI 0.84.7 - all browsers expect some kind of script. Help to solve the problem.
Offline
I confirm this bug. It appears when opening a task with follow-ups for example.
But not all browsers are affected by it. Firefox and IE 11 (v.11.0.9600.17278/U11.0.12, in non-compatibilty mode) work good.
Last edited by bugless (2014-10-06 13:03:40)
Offline
Tried all browsers, the problem remains
Offline
The same problem. On all OS with this patch and all browsers pages with tickets hang.
I broke my mind when try understand why browser hang.
And I hang After understand what it do patch with time zone...
Offline
it seems errors is in glpi/lib/extrajs/datetime.js
maybe we need to install update for JAva?
http://codeofmatt.com/2014/09/23/russia … e-changes/
Java TZUpdater >= 1.4.6
I want to do this soon
Offline
Have the same issue. Does anyone have a solution?
Offline
The problem has not resolved in 0.84.8.
But it doesnt appear in Chrome 39.0.2171.27 beta-m, also IE 11 (with last winupdates in NON-COMPATIBILTY mode).
Offline
Have installed the latest Java (build 1.8.0_25-b18), all latest updates IE 11, but no improvement.
Last edited by qwer8383 (2014-10-20 10:31:31)
Offline
qwer8383, the problem is not in Java, the problem is in Java Script.
About IE11, you must ensure that there aren't your glpi sites in IE11 Compatibility list.
Offline
be sure the list should be empty? I added a lot of resources which only work in compatibility mode.
Offline
qwer8383, bu sure that there are no glpi sites in list. For example, your site is "glpi.example.com", that there are NO "glpi" AND "example.com" in compatibilty list. And a checkbox "Display intranet sites..." must be unchecked.
Offline
Same thing in IE and Chrome but all ok in the Firefox.
So workaround to switch to Fx. But this is not a solution.
Debian Sid + GLPI 0.84.8 + Apache 2.4.10 + nginx 1.6.2 + PHP 5.6.0 + mysql 5.5.39
12000+ users
Offline
Same bug. For our company it is very important problem. 0.84.8
Offline
Some problem. GLPI 0.78
Offline
Sаme bug after ms update. Correctly work only firefox.
Offline
Workaround for it - changing time zone on PC to any other.
PS Its doesn't appear at 0.85 RC2
Offline
the problem is in with my ff 32.0.3 only swithching to another timezone helped.
glpi 0.84.7, FI 0.84+3.1 and some more plugins
Offline
The same problem in browsers Firefox and Chrome
Offline
I've found the solution. See here http://habrahabr.ru/post/241215/.
I've added
Ext.override(Ext.form.TimeField, {
initDate: '2/1/2008'
});
after
Ext.reg('timefield', Ext.form.TimeField);
in glpi/lib/extjs/ext-all-debug.js and copied it to ext-all.js
Offline
I've found the solution. See here http://habrahabr.ru/post/241215/.
I've addedExt.override(Ext.form.TimeField, { initDate: '2/1/2008' });
after
Ext.reg('timefield', Ext.form.TimeField);
in glpi/lib/extjs/ext-all-debug.js and copied it to ext-all.js
Спасибо! Было не понятно куда вставить.
Thanks! it helped!
glpi 0.84.7, FI 0.84+3.1 and some more plugins
Offline
hokum83 wrote:I've found the solution. See here http://habrahabr.ru/post/241215/.
I've addedExt.override(Ext.form.TimeField, { initDate: '2/1/2008' });
after
Ext.reg('timefield', Ext.form.TimeField);
in glpi/lib/extjs/ext-all-debug.js and copied it to ext-all.js
Спасибо! Было не понятно куда вставить.
Thanks! it helped!
И заработало? Часовой пояс выбран (UTC+03:00) Волгоград, Москва, Санкт-Петербург (RTZ 2)?
Offline
Все работает! It's work! Спасибо hokum83!
В файл ext-all.js
Ext.override(Ext.form.TimeField, {
initDate: '2/1/2008'
});
В самый конец.
Проверено в Chrome, Mozilla, IE.
Last edited by Sense of Freedom (2014-10-27 14:51:43)
Offline
Ну да, все работает. /Well, it works./ Ставим: /Paste:/
Ext.override(Ext.form.TimeField, {
initDate: '2/1/2008'
});
сразу после: /after:/
Ext.reg('timefield', Ext.form.TimeField);
.
Offline
after this the history field is clear
Last edited by amosov (2014-10-27 15:21:30)
Offline
Все ok с историей.
Offline