Blank dashboard and edit bar after moving site

Permalink
I have just finished a website and moved it from a subfolder to the root of the directory and now when I try to login. I get a blank edit bar. If I go tohttp://mysite.com/index.php/dashboard/... it loads the dashboard page with the background image, however the dashboard window content is missing and the intelligent search does not work (see screenshot).

The original site is still working in the subdirectory and exhibits non of these issues. The website is using concrete 5.6.1.2. The original site had been upgraded to 5.6.1.2 some time ago and was working fine. Both sites share the same database.

If anyone has any ideas on what might be causing the issue, I appreciate your input.

Thanks

1 Attachment

digievo
 
digievo replied on at Permalink Reply
digievo
I have mostly resolved this error and thought it might be helpful for anyone experiencing the error.

The error was caused by Concrete5 referencing the wrong version of JQuery.

When I copied across the site from the production folder there was already a "js" folder. Unlike on the development folder, this folder had a number of js files including an old version of jquery.

Instead of refencing the latest version of jquery from /concrete/js/jquery.js it was referencing the file from /js.

As soon as I removed the js file the edit bar dissapeared altogether. However, when I updated the jquery.js file to 1.7.2 it worked again.

How do I get concrete5 to reference the the /concrete/js/ directory instead of /js?

Thanks