Unable to edit after site move (5.7)

Permalink
By following this guide (http://documentation.concrete5.org/developers/installation/moving-a-site) I was able to successfully move a site, right up until the last part of the checklist for testing.

I am able to log in, access the dashboard, view the edit bar, click on elements within the edit bar...but they don't drag over to the page. Similarly, when I click on blocks when I am in edit mode, there is no pop-up menu to edit the blocks.

The site looks nice and is live, but the pages are basically static at this point.

Any insight in to how I might solve this problem?

viriesque
 
hutman replied on at Permalink Reply
hutman
If you're using Chrome try hitting F12 to get your Developer Tools to come up and check the Console for javascript errors. Many times that will cause the page to not behave correctly.
viriesque replied on at Permalink Reply
viriesque
Thanks for taking the time to reply!

There are two errors in the console:

Uncaught TypeError: $.parseHTML is not a function (app.js:4)
Uncaught TypeError: Concrete.EditMode is not a constructor (index.php?cID=156&ctask=check-out&ccm_token=1459360758:2b70ca0…:5073)

I'd be open to suggestions on how to fix these! I'll be scouring Google's vast expanse for answers in the mean time.
hutman replied on at Permalink Reply
hutman
viriesque replied on at Permalink Reply
viriesque
I just saw that topic, myself!

I haven't been messing around with any javascript snippets manually, so I'm guessing the problem is that I have a version of jQuery that is older than 1.8. Is this something I'd have to go into the server's cpanel to update?
viriesque replied on at Permalink Reply
viriesque
Never mind that last question. I literally just needed to update Concrete5 via the dashboard and now everything works like a charm.

Thanks for bringing up the console suggestion, hutman!