arHandle-Error when editing in Safari 5.0.4
Permalink
Hi guys!
I recently updated my safari to 5.0.4 and since that update, I have trouble adding or editing blocks. There is an error popup telling me {"aID":"4","arHandle":"Main", etc) (see attached screenshot). I don't have this error with firefox or opera though. It appears on all my c5-sites. I looked up the forum and found some topics dealing with this, but no was helpful.
Do you have any ideas why this happens? Is this a known issue / bug? Is anyone else with safari experiencing trouble?
I recently updated my safari to 5.0.4 and since that update, I have trouble adding or editing blocks. There is an error popup telling me {"aID":"4","arHandle":"Main", etc) (see attached screenshot). I don't have this error with firefox or opera though. It appears on all my c5-sites. I looked up the forum and found some topics dealing with this, but no was helpful.
Do you have any ideas why this happens? Is this a known issue / bug? Is anyone else with safari experiencing trouble?
clear your cache, thats usually the issue
You're right. Thanks dearly. Have a nice weekend!
Is it ok if I close the bug report?
Just want to be sure...
Mike
On Mar 25, 2011 6:42 PM, "Concrete5 Community" <discussions@concretecms.com>
wrote:
Just want to be sure...
Mike
On Mar 25, 2011 6:42 PM, "Concrete5 Community" <discussions@concretecms.com>
wrote:
Sorry guys,
That didn't do the trick. I tried this already (Clear cache button and FTP clear cache folder). Did not help!
---------------------------------
ZiehmDesign
Tel: 040 35963343
Fax: 040 35963345
h.ziehm@ziehmdesign.de
Am 25.03.2011 um 23:41 schrieb "Concrete5 Community" <discussions@concretecms.com>:
That didn't do the trick. I tried this already (Clear cache button and FTP clear cache folder). Did not help!
---------------------------------
ZiehmDesign
Tel: 040 35963343
Fax: 040 35963345
h.ziehm@ziehmdesign.de
Am 25.03.2011 um 23:41 schrieb "Concrete5 Community" <discussions@concretecms.com>:
If clearing the cache doesn't fix this, it's probably due to a javascript error. The first thing to check is that you are not including your own copy of jquery in your theme templates -- Concrete5 already includes this on every page by default so including your own causes conflicts. If that's not the case, you need to examine any javascript code you have written for your theme or for any blocks/packages you have created.
Here are some other forum posts about this issue, each with a different solution (apparently this error could be caused by any number of random things):
http://www.concrete5.org/index.php?cID=102783#104756...
https://www.concrete5.org/community/forums/customizing_c5/odd-error-...
http://www.concrete5.org/community/forums/customizing_c5/naming-con...
http://www.concrete5.org/community/forums/customizing_c5/json-line-...
http://www.concrete5.org/index.php?cID=102783#104756...
https://www.concrete5.org/community/forums/customizing_c5/odd-error-...
http://www.concrete5.org/community/forums/customizing_c5/naming-con...
http://www.concrete5.org/community/forums/customizing_c5/json-line-...
I'm really getting crazy with this stuff. It seems to occur only on my
safari browser. I tried to reset safari, did a reinstall, nothing helped!
Does anybody have another idea how to solve this annoying behavior?
Thank you
Hauke
Am 26.03.11 07:39 schrieb "Concrete5 Community" unter
<discussions@concretecms.com>:
safari browser. I tried to reset safari, did a reinstall, nothing helped!
Does anybody have another idea how to solve this annoying behavior?
Thank you
Hauke
Am 26.03.11 07:39 schrieb "Concrete5 Community" unter
<discussions@concretecms.com>:
Hey, I had the same problem in Safari and it was driving me insane.
As people have mentioned above, it seems like a JS interference - what solved the issue for me was disabling one of my extensions (particularly DataVault).
I'd recommend turning off all extensions (Safari->Preferences->Extensions) and then reloading the page to see if you're able to add/edit blocks without the error message.
The error went away immediately for me, didn't even have to restart the browser.
If that solves the problem, turn on the extensions one by one until the error reappears and you'll know which one is the culprit.
As people have mentioned above, it seems like a JS interference - what solved the issue for me was disabling one of my extensions (particularly DataVault).
I'd recommend turning off all extensions (Safari->Preferences->Extensions) and then reloading the page to see if you're able to add/edit blocks without the error message.
The error went away immediately for me, didn't even have to restart the browser.
If that solves the problem, turn on the extensions one by one until the error reappears and you'll know which one is the culprit.
Hi,
I was having the same problem. I had a mailchimp embedded form that had jquery validation methods and included a jquery script that does that.
a quick fix to that was to include the following code to header.php (header elements file in theme)
I was just loading the script when the page was displayed and not when was in edit mode.
I hope this helps.
I was having the same problem. I had a mailchimp embedded form that had jquery validation methods and included a jquery script that does that.
a quick fix to that was to include the following code to header.php (header elements file in theme)
<?php if (!$c->isEditMode()) {?> <script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.form-n-validate.js"></script> <?php }?>
I was just loading the script when the page was displayed and not when was in edit mode.
I hope this helps.
in my case the cause of those errors was Inline Translator for firefox
https://addons.mozilla.org/ru/firefox/addon/inline-translator/...
https://addons.mozilla.org/ru/firefox/addon/inline-translator/...
I got the same error.
Need a fix. Is there someone who can help us?
Thanks.