5.4.1 Upgrade went wrong

Permalink
I currently ran the 5.4.1 upgrade through the dash board. After changing the config/site.php and updates folder to writeable it upgraded fine but with a major draw back.

For some reason now I am unable to edit any of the pages. The menu across the top of the pages no longer appears and the dashboard only comes up as text, as in the picture provided.

If anything else could someone assist in reverting back to the 5.3 version.

Thanks, Tim

1 Attachment

UpperSandusky
 
UpperSandusky replied on at Permalink Reply
UpperSandusky
Revert to 5.4.05 instead of 5.3. The frustration of possibly messing the site up has gotten the better of me.
12345j replied on at Permalink Reply
12345j
Sounds like a theme problem. Make sure your theme has
<?php 
    Loader::element('header_required'); 
 ?>
in he header or default.php
UpperSandusky replied on at Permalink Reply
UpperSandusky
Got it, thank you!