Hi. I recently upgraded our site to 6.14 as well as all of our modules including Panels and ran across this error when trying to add content:
The screen spits out:
[ { "command": "modal_display", "title": "Add content to Left", "output": "\x3cdiv class=\"panels-add-content-modal\"\x3e\x3cdiv class=\"panels-section-column
The url the page gets stuck on is: /panels/ajax/add-pane/17/left
And this is what came up in Firebug:
Error: uncaught exception: [Exception... "Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://localhost:8888/accp/misc/jquery.js?R :: anonymous :: line 13" data: no]
I read through a thread on similar issues here, but didn't find a solution among the suggestions. Any guidance on how to resolve this issue would be great. Thanks.
Comments
Comment #1
ksenkowski commentedAs an update, I stripped down the site to just the Ctools and Panels modules and I still get the same error. I then switched from my theme to Garland and it started working. My guess is that it is conflicting with some custom javascript.
Comment #2
merlinofchaos commentedThat does seem likely, though 3.2 does have some attempt to protect itself from conflicting javascript stuff. There has been known problems with having multiple versions of jquery running simultaneously, though, and this could still be an issue.
Comment #3
merlinofchaos commentedSince it does appear to be custom javascript related, I'm unable to do more without that.
Comment #4
esmerel commentedNo updates for more than 30 days.