No Top Nav Bar on page edit after 5.5.2.1 upgrade
PermalinkThe site itself seems to be OK - I just can't edit it.
Any help appreciated
http://www.measurit.co.uk/index.php/dashboard/...
does the same thing happen?
That worked on both sites.
As an aside - we just delivered a new set of valves for the Weymouth Outfall
Dashboard works but the page edit function for existing pages is still missing
Check the page permissions settings it could be you are being denied access..
Outfall is in the open sea - about 19m depth - our diffuser valves will improve the dilution and water quality. I've not visited weymouth yet - but Dorset is rather nice! Been around poole harbour & Dorchester.
i'm out now for a while - thanks again
We host with C5 and the error was:
theme's footer.php was missing this line:
<?php Loader::element('footer_
required'); ?>
thanks again
I know this thread is about a year old, but I'm having the same problem. I'd like to know WHERE in the footer.php, you needed to place that line and why you knew that it was missing (I'm rather new to C5)?
Also, was the first advice in this thread important or was it only the footer.php modification that was necessary.
Thanks!
It was the missing:
<?php Loader::element('footer_required'); ?>
in footer.php (and for us, in default.php, because it uses a different footer than the rest of the pages.) For others who don't know, I put this line right before the closing body tag:
</body>
Thanks!
To solve this,
Download the 5.5.2.1 package from the downloads section of this site,
Unzip it into your root/updates/ folder, overwriting the existing installation,
Run this file from your web browser:
http://www.yoursite.com/index.php/tools/required/upgrade?force=1...
Replace yoursite.com with your domain name.
Clear the cache...