Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have a D7 site with CKEditor + IMCE. The main site (www.example.com) IMCE works as expected. My staging site (cloned w/ Backup & Migrate) (staging.example.com) IMCE javascript is not working correctly.

Edit a node. Click the image tool in CKEditor Click "Browse server" IMCE window opens imce init function runs and adds the proper classes and such to the DOM end of story...any click events from there on out have no effect.

Inspecting w/ Firebug or Chrome doesn't show any errors. I've tried to set breakpoints and watch variables but I need some guidance here about how to go about tracking down the root of my problem.

Thanks in advance for any advice.

share|improve this question
did you set the $cookie_domain in sites/default/settings.php? – Ajit S Jun 7 '12 at 6:03
yes, I tried that to no effect. – Colin Jun 11 '12 at 14:41
Did you get anywhere with this? I have a similar problem. – stefgosselin Jun 27 at 2:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.