Missing top Concrete5 navigation

Permalink
Some file must have gone missing because the top navigation for conrete5 is not on my site. I've upgraded to 4.1 and set the Plain Yogurt Theme but still don't have the editing buttons.
When I sign into the site's dashboard mysite/index.php/dashboard everything's fine. It's just when I go to work on a page. With 'firebug' I see that it recognizes it's in edit mode but there's no menubar output.
Know of any files I can re-install that might fix this?

netclickMe
 
Mnkras replied on at Permalink Reply
Mnkras
just re-copy the /concrete folder
netclickMe replied on at Permalink Reply
netclickMe
Tried that, didn't work. Any other folders that might be missing files.
12345j replied on at Permalink Reply
12345j
do you have
<?php 
    Loader::element('header_required'); 
 ?>
in the bar?
netclickMe replied on at Permalink Reply
netclickMe
Yep, I've also tried it with the default themes & have the same result. The site's been dormant for over a month & I'm just getting it back up to speed.
Is it going to mess with content if I replace folders other than 'concrete' with fresh files?
jbx replied on at Permalink Best Answer Reply
jbx
I fixed a similar problem for someone earlier today. The 2 main things I have found that can cause this are:
1) Loading jquery on top of the c5 jquery
2) Hacks to get around the "No input file specified" problem.

Do any of those ring a bell?

Jon
netclickMe replied on at Permalink Reply
netclickMe
yep that was it! Thank you. I had a /js folder with to javascript files in it. Removed those files and everything is working fine now. Personal note: keep javascript files in theme directory.