No Edit Bar present on site after update 5.5 NOT HEADER/FOOTER FIX
Permalink
After login, I can't edit anything on any of the pages. I have tried adding the missing header and footer text, but still nothing. http://www.cutthroatshamrock.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" />
<title>Cutthroat Shamrock</title>
<link href="<?php echo $this->getThemePath()?>/main.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link rel="stylesheet" href="<?php echo $this->getThemePath()?>/css/ie.css" type="text/css" /><![endif]-->
<?php Loader::element('header_required'); ?>
</head>
<body>
--------------------------------------------------------------------
</div>
</div>
</div>
<?php Loader::element('footer_required'); ?>
</body>
</html>
From default.php file. I've tried everything that any of the forums that I've found suggest. HELP?!
<?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" />
<title>Cutthroat Shamrock</title>
<link href="<?php echo $this->getThemePath()?>/main.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link rel="stylesheet" href="<?php echo $this->getThemePath()?>/css/ie.css" type="text/css" /><![endif]-->
<?php Loader::element('header_required'); ?>
</head>
<body>
--------------------------------------------------------------------
</div>
</div>
</div>
<?php Loader::element('footer_required'); ?>
</body>
</html>
From default.php file. I've tried everything that any of the forums that I've found suggest. HELP?!
Did you solve this problem in the meantime?
Marjo