Header not showing after update

Permalink
I just updated my site to version 5.5.1 the update seemed to work fine however the header area is no longer visible. It does however show if I can get to the dashboard. It is important for me to fix this ASAP as I can no longer edit page content.

I have checked the code <?php Loader::element('header_required'); ?> to be sure that it is correct. I have run the update on multiple sites with no issue. On login the space at the top where the header functions should be still appears just there is nothing there.

Any thoughts?

maccahutch
 
superdupercoolguy replied on at Permalink Reply
If you haven't already, check to make sure you have this in your footer:

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


That worked for me. That code was already there but for some reason I had it commented out.

I found that solution in this thread:

http://www.concrete5.org/community/forums/usage/no-toolbar-after-up...
maccahutch replied on at Permalink Reply
maccahutch
Thanks I found the post and got it to work. I really appreciate you taking the time to post and answer. All the best,

Michael