No toolbar after update! Please help!

Permalink
I just updated to the newest version of C5 and my toolbar has disappeared in every browser on every page.

I have commented out all of my own js includes and still nothing.

I have cleared the cache in C5 and in all browsers.

I have gone back and reformatted my template for C5.

Nothing is working. Any ideas? The site is temporarily up athttp://www.yellowdotfoundation.org.... I have made it public for the time being.

Thanks

RandomBrad
 
jbx replied on at Permalink Best Answer Reply
jbx
Make sure you have
<?php Loader::element('footer_required'); ?>
in your footer...

Jon
RandomBrad replied on at Permalink Reply
RandomBrad
Oh wow, thank you so much! It would have taken me forever to figure that one out. Perfect solution!
jbx replied on at Permalink Reply
jbx
No problem. It caught me out too :)
mayotaylor replied on at Permalink Reply
I'm not an expert at web developing, but I do know a little. I"m a former front page designer and I kinda learned dreamweaver which I don't really care for. I know just enough to get me by and by as I research on how to do something. Now, my problem is the same as the previous person. I downloaded the update CS5.1 something and now I don't have my dashboard tools to edit. I saw what you said to do in the footer but I don't know how to get there to make sure that scripting language is there. Please help!
JohntheFish replied on at Permalink Reply
JohntheFish
Try and get direct to your login and then dashboard by
yourside.com/index.php/login/
(this will only work if login has not been re-themed)

Change your theme to greek yogurt (the 5.5.1 default)

That will get you working so you can check for updates to your theme that have the problem fixed.

If you still can't get in, you could also use the browser developer console to check for script errors and post them here;

http://www.concrete5.org/documentation/how-tos/editors/getting-help...

Gives some help on using the browser developer console for those not used to it.
mayotaylor replied on at Permalink Reply
Okay thanks, but I need step by step here. Once I get on my website and log in at the bottom and get nothing, no dash board, not anything to click on to do anything. what is my next step, where do I go to next? Please help.
JohntheFish replied on at Permalink Reply
JohntheFish
If you are logged in, but have a blank screen, then you can get to the dashboard pages by entering the address of the page you need directly.

Try
yoursite.com/index.php/dashboard/pages/themes/
or
yoursite.com/dashboard/pages/themes/
mayotaylor replied on at Permalink Reply
Okay thanks, but I need step by step here. Once I get on my website and log in at the bottom and get nothing, no dash board, not anything to click on to do anything. what is my next step, where do I go to next? Please help.
happymedium replied on at Permalink Reply
Hi, I was having this problem too, so I added the php code and now the toolbar is visible for all of my main pages. However, the toolbar still isn't visible on my blog post pages (the main blog page, yes; the individual blog posts, no). I figure I need to add the php code to a page specific to the blog package, but I'm at a loss for which one that is.