Page 1 of 1

Blank page opening "banner name" after install https

Posted: Fri Oct 14, 2016 5:40 pm
by zjasper
I encountered a problem in the admin page since I enabled https. If I open DESIGN->BANNER and click on the banner list on a banner the page does not open (opening this link admin/index.php?route=design/banner/edit&token). A blank page appears. If I reload the page then the correct page is opened. However, when I want to save my modifications the blank page pop-ups again. With other words, it is impossible to change the banner now. The strangest of this is, the blank page does not appear when https is disabled.

This is the source of the blank page.

Code: Select all

<html>
<head>

<style>html, body {margin:0;padding:0;height:100%;-ms-content-zooming:none;}label {margin:0;padding:0;height:100%;display:block;overflow:auto;-ms-content-zooming:zoom;-ms-content-zoom-limit-max:500%;-ms-content-zoom-chaining:none;}img {display:block;max-width:100%;max-height:100%;}input {display:none;}input:checked + label > img {max-width:none;max-height:none;}input:checked + label {-ms-content-zoom-limit-min:10%;}</style>

<style media="(max-width: 1px), (max-height: 1px)">img {cursor:zoom-in;}input:checked + label > img {cursor:zoom-out;}</style>
<meta name="viewport" content="width=device-width">

<title>edit&token=N9lcNCSDbaSQ38KtIrIlXlUiceG5Jf67&banner_id=11</title>
</head>
<body>
<input id="zoom" type="checkbox"><label id="imgContainer" for="zoom"><img src="https://www.XXX.com/admin/index.php?route=design/banner/edit&token=N9lcNCSDbaSQ38KtIrIlXlUiceG5Jf67&banner_id=11"></label>
</body>
</html>
Who has any clue? Thanks in advance.

Re: Blank page opening "banner name" after install https

Posted: Thu Oct 27, 2016 4:26 pm
by zjasper
Update: I solved the problem. The blank page is caused by the Kaspersky Internet security. Adding your website to the trusted zones helps to solve this issue (or disable it temporary).