Can't Edit after upgrade to 5.5.2

Permalink
I upgraded with the steps as instructed on the upgrades page to 5.5.2 and now I get the edit bar at the top of my screen but no buttons at all. It is like it wants to appear. I have been looking around on the forum and haven't come across any fixes. Here is my header and footer code. However I can login like usually and if I manually type in Dashboard i can go to the dashboard and everything appears as normal. It is just when I get to the page level I can't edit on any page.

Header:
<?php  defined('C5_EXECUTE') or die("Access Denied."); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="<?php echo LANGUAGE?>" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Site Header Content //-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?php  print $this->getStyleSheet('master.css'); ?>" />
<?php  Loader::element('header_required'); ?>
</head>


Footer:
</div> <!-- end f_bg -->
<?php loader::element('footer_required'); ?>
</body>
</html>


Any help would be greatly appreciated.

 
julia replied on at Permalink Reply
julia
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).

Was everything fine in 5.5.1?
MattWaters replied on at Permalink Reply
MattWaters
Yeah, knowing what version you were previously working on would help a little.

Get Firebug for Firefox:
http://getfirebug.com/

or use the Inspector built into the Chrome browser to check to see what javascript errors might be occurring. The tab you want is Console in Firebug, Scripts in Chrome.

It could easily be some part of your theme or an add-on, referencing a function from the old version of jQuery that we included in concrete5 5.4.2.2 and lower. Since you can get to your dash, I'd recommend updating any add-ons to the latest versions. It's also possible that you're using something that's not yet been updated for 5.5+. Investigating with Firebug or Chrome should give you enough info to get started off on the right track if so. In that case, you'll need to get in touch with the add-on's developer to find out more.
apage50 replied on at Permalink Reply
Sorry I didn't give the link, it ishttp://www.gmgomusic.com. Julia, i looked and didn't see any duplicate jQuery files. Matt, I updated every addon to 5.5.2. I was on 5.4.2.2 and it was working fine and I upgraded directly to 5.5.2, should I have gone to 5.5.0? I tried downgrading to 5.5.1 and it still wasn't showing up so I went back up to 5.5.2.
bcarvalho replied on at Permalink Reply
bcarvalho
I just upgraded from 5.5.1 to 5.5.2 and the exact same thing happened.

Everything was working fine in 5.5.1

After upgrading to 5.5.2 the home page has a good editing bar, but all other pages have the bar but no buttons on it.