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?
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?
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.
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.
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.
Take a look here: https://www.concrete5.org/community/forums/usage/unable-to-clickedit...
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?
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?
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!
Thanks for bringing up the console suggestion, hutman!