Blank Toolbar after moving site online [solved]
Permalink 1 user found helpful
Hello,
I have recently moved my site from localhost to online (OVH.com server) and when I login the toolbar is blank.
I can acces the dashboard after login in but when I'm on pages the div "ccm-toolbar" is empty.
This is not a css problem, besides on localhost I had no problem.
Thanks in advance for helping me.
EDIT: I just installed a C5 site from scratch directly on the OVH server and I dont' have the issue. I'll see further and keep the thread informed.
I have recently moved my site from localhost to online (OVH.com server) and when I login the toolbar is blank.
I can acces the dashboard after login in but when I'm on pages the div "ccm-toolbar" is empty.
This is not a css problem, besides on localhost I had no problem.
Thanks in advance for helping me.
EDIT: I just installed a C5 site from scratch directly on the OVH server and I dont' have the issue. I'll see further and keep the thread informed.
I've already try to activate another theme but the problem is the same.
The toolbar is there but empty.
The thing I can't understand is that in the dashboard everything's fine.
Does the dashboard interface uses another script to create the toolbar ?
The toolbar is there but empty.
The thing I can't understand is that in the dashboard everything's fine.
Does the dashboard interface uses another script to create the toolbar ?
What does your developer console say? Do you get any js errors?
Read up on developer console here: http://www.concrete5.org/documentation/how-tos/editors/getting-help...
Read up on developer console here: http://www.concrete5.org/documentation/how-tos/editors/getting-help...
Firebug console returns no error.
Can you supply a link to the site?
here's the url
http://restobigboss.be/fr
http://restobigboss.be/fr
I was missing the footer_requiered element in my custom Theme!!. Great catch!! Thanks a lot!
I found out that it was the Multilingual add-on that causes the problem.
The pages that are not into a language tree (i.e. HOME) don't have the problem.
Still need to figure out how to solve it, because I need that plugin...
The pages that are not into a language tree (i.e. HOME) don't have the problem.
Still need to figure out how to solve it, because I need that plugin...
If you are using the "Internationalization" then be aware it hasn't been updated for 5.6 yet.
I suggest you put in a support request or at least browse through the add-on forum.
I suggest you put in a support request or at least browse through the add-on forum.
Yes, I was planning to do so if I didn't find a solution.
My version of C5 is 5.5.2.1, and anyway it works like a charm on localhost.
I think it's maybe a cache problem, I had an error message about the temp directory when I re-installed the add-on.
My version of C5 is 5.5.2.1, and anyway it works like a charm on localhost.
I think it's maybe a cache problem, I had an error message about the temp directory when I re-installed the add-on.
Found the problem!
There was an error in the page_controls_menu_js.php.
A double quote
menuHTML += "<li><a id="ccm-page-edit-nav-multilingual"
Thanks adajad for try helping me :)
There was an error in the page_controls_menu_js.php.
A double quote
menuHTML += "<li><a id="ccm-page-edit-nav-multilingual"
Thanks adajad for try helping me :)
I'm glad you found it. Congrats!
Go to 'yourdomain.com/index.php/dashboard/pages/themes/' and try to switch theme. If one of the core themes is working as expected, you should look through your own theme code and make sure you have the following right before your closing </body> tag: