No more toolbar since upgrade in version 5.5

Permalink
Hi everybody,

I have upgrade my concrete site from 5.4 to 5.5 (in the last version 5.5.2.1 I mean) and now I do not have the toolbar no more.
So I cant' editing anything and no way to access the dashboard at all...

Someone knws some issue to this problem?

Thx

 
adajad replied on at Permalink Reply
adajad
My best guess is you are missing either one or both of two essential parts in your theme.

This should be placed in your <head> part:
<?php Loader::element('header_required'); ?>


And this should be placed right before your closing </body> tag:
<?php Loader::element('footer_required'); ?>


The above will pull in all required css and js c5 needs.
pschwaller replied on at Permalink Reply
we are having the same issue after an upgrade to 5.6 from 5.4 - but both of those tags already exist in our header.php and footer.php files - so it must be something else??