Errors when editing a page
Permalink
I'm getting these errors whenever I make any change to a page:
{"aID":"1766","arHandle":"Main : Layout 2 : Cell 1","cID":"217","error":false,"bID":"814"}
They change depending on the page I am working on, but always appear.
Generally I can hit my browser back button and carry on the work, but this isn't right.
Anyone have an idea what this is?
Thanks.
{"aID":"1766","arHandle":"Main : Layout 2 : Cell 1","cID":"217","error":false,"bID":"814"}
They change depending on the page I am working on, but always appear.
Generally I can hit my browser back button and carry on the work, but this isn't right.
Anyone have an idea what this is?
Thanks.

Hi there, are you using a customized theme or one that you developed? It looks like the error is from your theme, specifically a page type, something related to "Main : Layout 2 : Cell 1".
hey there,
I believe the problem was solved and was due to Concrete5 loading jquery in the head and then the custom theme loading another version of jquery at the bottom of the page, messing everything up.
I believe the problem was solved and was due to Concrete5 loading jquery in the head and then the custom theme loading another version of jquery at the bottom of the page, messing everything up.
Yep problem solved with mnakalay's help. Thanks!
Theme innovation was loading an older jquery. I commented it out and it's fine now.
Theme innovation was loading an older jquery. I commented it out and it's fine now.