Revision #9

You are currently reviewing an older revision of this page.
Go to current version

Table of Contents

Issue

Most of the time SharePoint 2013 environment related issue of blank pages display seems a strange issue.

SharePoint Site is showing Blank white page on Contribute, Edit, Full Control permissions (Except Read), in Read permission user is able to access and can see everything on SharePoint Site.

Nothing found in logs.

In developer tools, Network tab it's showing below three lines:

http://abc.com/sitename/Documents/Forms/AllItems.aspx
 
/favicon.ico
 
http://abc.com/favicon.ico?RedirectFromIntranet=true

Rendered page showing:

<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<meta name="Robots" content="NOINDEX " /></head><body></body>
  <script type="text/javascript">
  var gearPage = document.getElementById('GearPage');
  if(null != gearPage)
  {
  gearPage.parentNode.removeChild(gearPage);
  document.title = "Error";
  }
  </script>
  </html>

Solution

Please use below steps to resolve the issue:

  1. Installation February 2016 CU for SharePoint 2013  or above
  2. Re-run the SharePoint Product Configuration Wizard
  3. Verify the issue resolution