no access to stacks menus

Permalink
When I go to stacks tab in dashboard a page with underlined links appears which don't direct. Can't get to stacks.

Help please.

http://www.stephenscott.ca

Here's the code

code/

<div class="ccm-ui"><div class="row"><div class="span10 offset1"><div class="ccm-pane"><div class="ccm-pane-header"><ul class="ccm-pane-header-icons"><li><a href="" class="ccm-icon-navigate-pages" data-toggle="dropdown" title="Stacks & Blocks" id="ccm-page-navigate-pages">Help</a><ul id="ccm-page-navigate-pages-content" class="dropdown-menu"><li class="nav-selected"><a href="/index.php/dashboard/blocks/stacks/">Stacks</a></li><li class=""><a href="/index.php/dashboard/blocks/permissions/">Block & Stack Permissions</a></li><li class=""><a href="/index.php/dashboard/blocks/types/">Block Types</a></li><li class="ccm-menu-separator"></li><li><a href="/index.php/dashboard/">< Back to Dashboard</a></li></ul></li><li><span style="display: none" id="ccm-page-help-content">Stacks give you a central place to stash blocks, where you can control their order, permissions, and even version them.<br><br>Add stacks to your site and you can update them in one place.</span><a href="javascript:void(0)" class="ccm-icon-help" title="Help" id="ccm-page-help">Help</a></li><li><a href="javascript:void(0)" id="ccm-add-to-quick-nav" onclick="ccm_toggleQuickNav(40,'1392387321:fd9811e851bd2903791aa0f8016eab9e')" class="ccm-icon-favorite">Add to Favorites</a></li><li><a href="javascript:void(0)" onclick="ccm_closeDashboardPane(this)" class="ccm-icon-close">Close</a></li></ul><h3>Stacks</h3></div><div class="ccm-pane-body ccm-pane-body-footer">
<h4>Global Areas</h4>
<div class="ccm-stack-content-wrapper">


<div class="ccm-stack">
<a href="/index.php/dashboard/blocks/stacks/view_details/120/">Header Nav</a>
</div>


<div class="ccm-stack">
<a href="<br />
<b>Fatal error</b>: Call to a member function getCollectionID() on a non-object in <b>/web/stephenscott.ca/httpdocs/updates/concrete5.6.2.1_updater/concrete/single_pages/dashboard/blocks/stacks/view.php</b> on line <b>160</b><br />

/code

Eulalia
 
Eulalia replied on at Permalink Reply
Eulalia
Could use some help on this. Anyone???
Steevb replied on at Permalink Reply
Steevb
You need to look at your theme.
Your code is very wrong.

In the source I see this:

</body>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100582537); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100582537ns.gif" /></p></noscript>
</body>
</html>    
<!-- Site Header Content //-->
<link rel="stylesheet" media="screen" type="text/css" href="/files/cache/css/plain_yogurt_wide/main.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/files/cache/css/plain_yogurt_wide/typography.css" />
</head>
<body>
<div id="page">
   <div id="headerSpacer"></div>
   <div id="header">
<body>


Review your theme code
Eulalia replied on at Permalink Reply
Eulalia
Hi-
Thanks for the reply; bear with me, I need a bit more to go on.
The source I sent was what I got when I clicked on Stacks in Dashboard.

The pages in my site are all a modified version of plain yogurt: just increased the width.
Never had a problem before.

My last operation with stacks involved changing the site name. Is the theme code somehow the issue?

How about



<div class="ccm-ui"><div class="row"><div class="span10 offset1"><div class="ccm-pane"><div class="ccm-pane-header"><ul class="ccm-pane-header-icons"><li><a href="" class="ccm-icon-navigate-pages" data-toggle="dropdown" title="Stacks & Blocks" id="ccm-page-navigate-pages">Help</a><ul id="ccm-page-navigate-pages-content" class="dropdown-menu"><li class="nav-selected"><a href="/index.php/dashboard/blocks/stacks/">Stacks</a></li><li class=""><a href="/index.php/dashboard/blocks/permissions/">Block & Stack Permissions</a></li><li class=""><a href="/index.php/dashboard/blocks/types/">Block Types</a></li><li class="ccm-menu-separator"></li><li><a href="/index.php/dashboard/">< Back to Dashboard</a></li></ul></li><li><span style="display: none" id="ccm-page-help-content">Stacks give you a central place to stash blocks, where you can control their order, permissions, and even version them.<br><br>Add stacks to your site and you can update them in one place.</span><a href="javascript:void(0)" class="ccm-icon-help" title="Help" id="ccm-page-help">Help</a></li><li><a href="javascript:void(0)" id="ccm-add-to-quick-nav" onclick="ccm_toggleQuickNav(40,'1392496241:eb67dfa8f0aa13434148e50ea934df02')" class="ccm-icon-favorite">Add to Favorites</a></li><li><a href="javascript:void(0)" onclick="ccm_closeDashboardPane(this)" class="ccm-icon-close">Close</a></li></ul><h3>Stacks</h3></div><div class="ccm-pane-body ccm-pane-body-footer">
<h4>Global Areas</h4>
<div class="ccm-stack-content-wrapper">


<div class="ccm-stack">
<a href="/index.php/dashboard/blocks/stacks/view_details/120/">Header Nav</a>
</div>


<div class="ccm-stack">
<a href="<br />
<b>Fatal error</b>: Call to a member function getCollectionID() on a non-object in <b>/web/stephenscott.ca/httpdocs/updates/concrete5.6.2.1_updater/concrete/single_pages/dashboard/blocks/stacks/view.php</b> on line <b>160</b><br />


is what I get when I click the stack link on the stack page I mentioned
Eulalia replied on at Permalink Best Answer Reply
Eulalia
I can access stacks through system pages in full site map.
Case closed. Still don't know what's up with the stacks menu though in dashboard.