No Dashboard?
Permalink 1 user found helpfulNot sure where to go except try it again.
Thanks for the response.
Kurosh
(im on a mac, MAMP - trying to get a local copy going of a site I had on a web server)
Uncaught TypeError: Object [object Object] has no method 'popover'
Any thoughts?
Other possibilities are:
- jquery.js is not being loaded
- they are being loaded, but there is a sequence/timing issue
- they are being loaded, but somehow broken (such as a double load as @adajad suggested)
c5.6.0.2 loads bootstrap.js by itself. But c5.6 loaded it combined with ccm.app.js. So there is a possibility that a theme or addon designed to use popover in 5.6 needs to be updated to a 5.6.0.2 version.
If you look at the network tab of the developer console and set it to record while you refresh the page, you will be able to see what is being loaded and if anything is double loaded or missing.
It could also be a theme problem. If you can get into the dashboard directly at
yoursite.com/index.php/dashboard/
You could try going to the themes page and changing the site to a default theme.
This is unlikely to cure it, but at least you will have eliminated a one source of such problems.
It sounds like you are connecting to your database successfully since it is showing your content. Have you tried logging into the dashboard by navigating to it directly?
Example:http://yourdomain.com/index.php/login...
Here is a link to a full article I did on how to accomplish this:
http://www.webhostinghub.com/support/edu/concrete5/get-started/dash...
I would try that first, and if you can get into the dashboard try and change your theme, then republish your site.
-John-Paul