You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2017-11-10 17:00:05

sector7gp
Member
From: Argentina
Registered: 2017-11-10
Posts: 5
Website

- SOLVED - NOT showing elements field tools v9.2

The pop up windows appears, but no content, any ideas?

below some snaps
Image02
Image02

Last edited by sector7gp (2017-11-10 22:50:52)

Offline

#2 2017-11-10 21:45:58

sector7gp
Member
From: Argentina
Registered: 2017-11-10
Posts: 5
Website

Re: - SOLVED - NOT showing elements field tools v9.2

Hello again, is something related with https I guess Its about iframes..... I tested it under Chrome, FF and IE, and only in IE shows a pop up to open the window in another window.

How can I fix it?

image

Last edited by sector7gp (2017-11-10 22:13:27)

Offline

#3 2017-11-10 22:33:03

sector7gp
Member
From: Argentina
Registered: 2017-11-10
Posts: 5
Website

Re: - SOLVED - NOT showing elements field tools v9.2

This is the output in Chrome console

Refused to display 'https://soporte.xxxx.aaa/front/displaypreference.form.php?itemtype=User&_in_modal=1' in a frame because it set multiple 'X-Frame-Options' headers with conflicting values ('DENY, SAMEORIGIN'). Falling back to 'deny'.

Last edited by sector7gp (2017-11-10 22:33:29)

Offline

#4 2017-11-10 22:50:23

sector7gp
Member
From: Argentina
Registered: 2017-11-10
Posts: 5
Website

Re: - SOLVED - NOT showing elements field tools v9.2

Offline

#5 2018-02-19 11:51:02

dallo71
Member
Registered: 2018-02-13
Posts: 3

Re: - SOLVED - NOT showing elements field tools v9.2

its a iFrame related problem.

in my Chrome consolle i've those outputs:

Refused to display 'https://glpi.unimore.it/front/group.form.php?_in_modal=1' in a frame because it set 'X-Frame-Options' to 'deny'. computer.form.php?id=2:1 
Refused to display 'https://glpi.unimore.it/front/state.form.php?_in_modal=1' in a frame because it set multiple 'X-Frame-Options' headers with conflicting values ('DENY, SAMEORIGIN'). Falling back to 'deny'.

I've fixed inserting this line in the [glpi_folder]/.htaccess

Header always set X-Frame-Options SAMEORIGIN

or modify in the same way the file [glpi_folder]/inc/html.class.php at line line

header('x-frame-options:SAMEORIGIN');

Offline

Board footer

Powered by FluxBB