something wrong on updating to 5.5.1
Permalink
Hello,
Inside cpanel (I am using a hosting provider) softaculous offered me to upgrade Concrete5 to 5.5.1. I did it following the instructions, including a backup (which cannot restore now for obscure reasons, and don't know what concrete5 version was before there).
Now all my sites lack the admin/edit top toolbar, so cannot be edited.
I even tried to create a new concrete5 site (in a new subdomain) and installed a theme that has the default.php as simple as:
<html>
<head>
<?php Loader::element('header_required'); ?>
</head>
<body>
Nothing here yet.
</body>
</html>
The top admin/editing bar is still not appearing, just an empty white space.
Mind you, If I remove this theme and concrete5 is displaying with the default theme (whatever it is the default 'cause I deleted all the preinstalled themes), the admin/edit toolbar appears ok.
Any ideas?
Thank you in advance,
Lian
Inside cpanel (I am using a hosting provider) softaculous offered me to upgrade Concrete5 to 5.5.1. I did it following the instructions, including a backup (which cannot restore now for obscure reasons, and don't know what concrete5 version was before there).
Now all my sites lack the admin/edit top toolbar, so cannot be edited.
I even tried to create a new concrete5 site (in a new subdomain) and installed a theme that has the default.php as simple as:
<html>
<head>
<?php Loader::element('header_required'); ?>
</head>
<body>
Nothing here yet.
</body>
</html>
The top admin/editing bar is still not appearing, just an empty white space.
Mind you, If I remove this theme and concrete5 is displaying with the default theme (whatever it is the default 'cause I deleted all the preinstalled themes), the admin/edit toolbar appears ok.
Any ideas?
Thank you in advance,
Lian
That simple?
I guess this is something new in this version.
Thank you for your answer. It is working now!
Cheers,
Lian
I guess this is something new in this version.
Thank you for your answer. It is working now!
Cheers,
Lian
What if my custom theme has several flavors of footer.php...? (dialog_footer.php, block_footer.php, etc...) Is that change required for each of these files?
You only need to include the footer_required call one time per page load. In other words, if you did not call footer.php (which has footer_required in it), then you would need to paste footer_required into one of your other footer files.
in footer.php
Check the default theme for details, but that should so it.