Editor Bar Empty After Upgrading from 5.4.2.2 to 5.5.0

Permalink 2 users found helpful
Just upgraded from 5.4.2.2 to 5.5.0 and now the edit / administrator bar is blank (http://screencast.com/t/Cz2kW9VGq) on all site pages. If I manually go to the dashboard, the bar's contents appear (http://screencast.com/t/UHDLr3FbdfL) and everything seems to work fine.

 
GeckoSocial replied on at Permalink Reply
I have a very similar problem.

I upgraded to 5.5.0 last night. Immediately after the upgrade, edit bars etc we're all working fine. Loading up the site today and I have lost the edit/admin bar from all pages.

I can still access the dashboard by manually typing in the address.

Anyone any idea what we can do?

Happy to post code/links etc if it helps :)
djss replied on at Permalink Reply
djss
I just upgraded to 5.5.0 and seem to have the same problem! Any help would be appreciated :) I don't feel like doing a clean install...
hgeert replied on at Permalink Reply
hgeert
Do you have translations ?
I have it to, but when i use english it's ok.
hostco replied on at Permalink Reply
hostco
Make sure the footer.php file that your theme is using contains this code

<?php  Loader::element('footer_required'); ?>


If you do not see this code in your footer.php file, add it before the closing body tag </body> and save the file.
sendiks replied on at Permalink Reply
Thank you for the reply but unfortunately, all of my theme's pages have that right before the body close tag so that's not it. I've opened a paid support ticket with Concrete 5 so hopefully they'll be able to figure out what the issue is.
GeckoSocial replied on at Permalink Reply
Hi Hostco,

Many thanks for your help - adding:

<?php  Loader::element('footer_required'); ?>


To the footer worked brilliantly for me.

Thanks

Paul
djss replied on at Permalink Reply
djss
I've got it working. Set the language to english, uninstalled my add-ons, ... Don't know what caused the problem. I'll try to reinstall my add-ons now