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.
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...
Do you have translations ?
I have it to, but when i use english it's ok.
I have it to, but when i use english it's ok.
Make sure the footer.php file that your theme is using contains this code
If you do not see this code in your footer.php file, add it before the closing body tag </body> and save the file.
<?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.
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.
Hi Hostco,
Many thanks for your help - adding:
To the footer worked brilliantly for me.
Thanks
Paul
Many thanks for your help - adding:
<?php Loader::element('footer_required'); ?>
To the footer worked brilliantly for me.
Thanks
Paul
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
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 :)