Upgrading to 5.5.1
Permalink
Hi, after backing up database through Concrete 5, I upgraded to 5.5.1 (I think). It seemed to go fine - got a message indicating it worked. But when I log in to edit the site, I'm missing the ability to click on something that says "Edit Page," "Add Page," "Dashboard," etc. There's space for them to appear along the top but it's all blank!
Help! What did I do wrong? And how can I fix it so I can edit my site again?
Nicki
Help! What did I do wrong? And how can I fix it so I can edit my site again?
Nicki
This could be caused by a few things.
It could be that the jquery library is loaded twice (once by c5, once by something else on the page, usually a custom theme or block).
Could also be that footer_required call is missing from the theme for 5.5.1 sites. 5.5 loads the edit bar elements with the footer_required call, whereas in 5.4 and below it was only used to load the optional tracking code you can enter in the dash.
Theme guidelines for 5.5:http://www.concrete5.org/documentation/developers/system/submit-the...
It could be that the jquery library is loaded twice (once by c5, once by something else on the page, usually a custom theme or block).
Could also be that footer_required call is missing from the theme for 5.5.1 sites. 5.5 loads the edit bar elements with the footer_required call, whereas in 5.4 and below it was only used to load the optional tracking code you can enter in the dash.
Theme guidelines for 5.5:http://www.concrete5.org/documentation/developers/system/submit-the...
http://www.concrete5.org/community/forums/installation/upgraded-to-...
The part about editing the site.php file let me revert back to a previous version so I can login to my site again. Will have to spend some more time later manually upgrading I guess.