You are not logged in.
The pop up windows appears, but no content, any ideas?
below some snaps
Last edited by sector7gp (2017-11-10 22:50:52)
Offline
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?
Last edited by sector7gp (2017-11-10 22:13:27)
Offline
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
Offline
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