Block Error {"aID":"791","arHandle":"Main","cID":"202","error":false,"bID":"798"}
Permalink 2 users found helpfulI get a strange error on my web site, but only every now and again when adding or editing a block.
{"aID":"791","arHandle":"Main","cID":"202","error":false,"bID":"798"}
Appears when I submit a content block if i click back the changes have been saved and the error goes away?
Is this a theme Issue? Have a named somthing wrong on the 'Main' content block?
Thanks For any Help
Carl Lee

I could not find the reason, but with a fresh install of the SQL and new concrete.
I backed up the db and copied the modified files to a new install, this seemed to stop the error for me.
Regards
Carl
I managed to solve it by updating the concrete5 install, and disabling all the cache and manually deleting all the cache files.
Carl
Best Wishes,
Mike
It did just start happening possible after I updated an add-on or changed cache settings, as it was when I went to put the site live. which is when I normal enable full cache.
I was luck as a new concrete5 version was out so i just did the update and manually deleted turned of the cache and it stopped.
I have not seen this error at all after the last 4 or so updates this year.
Carl.
Best Wishes,
Mike
Perhaps an issue where a totally independant script error prevents a link/button or submit being attached on click, so the browser tries to load the buttons tool/action directly.
I say that because I have seen similar when developing/debugging blocks and I have a script error that prevents the associated handler from attaching.
I also suspect there may be a timing issue between attaching ajax handlers and the button getting clicked, perhaps following a failed server-side verification or late delivery of one of many files in a page.
I am by no means certain of any of that. Its just something that happens very rarely when I am developing.
Best Wishes,
Mike
solution is:
make sure all javascripts are written before
<?php Loader::element('footer_required'); ?>
This is happening on 5.6 + not on 5.5.