Upgrade to 5.6 problems

Permalink
I upgraded to 5.6 and now the white bar, that is usually only there when I am logged in, is there all the time. The only difference being that if no one is logged in, the white bar just stays blank.

I have posted the theme code below.

Here is a link to the website so you can see the problem.

http://simleyfootball.com

<?php defined('C5_EXECUTE') or die("Access Denied.")?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?=$this->getThemePath()?>/includes/style.css" />
<script src="<?=$this->getThemePath()?>/includes/SpryMenu Bar.js" type="text/javascript"></script>
<link href="<?=$this->getThemePath()?>/includes/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="<?=$this->getThemePath()?>/includes/favicon.ico" />
<?php Loader::element('header_required'); ?>
</head>
<?php   Loader::element('footer_required'); ?>
<body>
<div id="wrapper">
  <div id="header">

 
jdo2010 replied on at Permalink Reply
Is anyone else having these problems?
websanity replied on at Permalink Reply
websanity
I reported this as a bug:

http://www.concrete5.org/developers/bugs/5.6.0.1/bad-dashboard-page...

The good news is that it's probably an easy fix.

Check your Dashboard page's permissions. Removing Guest and Registered User view rights should solve the issue.