I have the same issue as: http://drupal.org/node/125650

For me, Firefox (PC and Mac) works perfect - so thank you for an EXCELLENT module!

But IE6 (PC) on some machines works perfect, but on other machines: works ok the FIRST TIME it loads, but then (next time) the editor does not load: error message: "Internet Explorer cannot open the Internet site - Operation Aborted" then loads a blank page "Internet Explorer cannot display the page" and then, sometimes, if the user clicks the browser "BACK" button it loads the editor and it works! Very strange..

This has also happened in IE7 (PC) on some machines - but IE7 on my own machine works perfect.

I am an experienced coder, and my install is good and correct, but I cannot find an IE6 or IE7 setting to fix this, and the problem does not occur (using the same machines) on the FCK web site demo page...

So I think this can be solved in the next version of the module... Maybe by putting the scripts at the END of the page? Maybe the error is because 2 of the javascripts are embedded in the middle of the page, so they run while the HTML structure is still loading.

this is in the middle of the page:

"

var oFCKeditor_edit_body = new FCKeditor( 'edit-body' ); etc. etc. and this is in the middle of the page: oFCKeditor_edit_body.ReplaceTextarea(); etc. but this appears at the end (just inside the body tag): var imceBrowserURL = "/lime/imce/browse"; MAYBE all 3 scripts should be at the end, just inside the body tag? I have looked at the module code, but I cannot see how to re-locate the scripts to the end. THANKS ontwerpwerk - there are a lot of people waiting for a stable FCK on Drupal - so you are about to become a real hero to a lot of people. I hope the next version goes well for you! By the way you are an excellent PHP coder.

Comments

joshbotnet’s picture

I should emphasise that IE6 on the PC successfully opens the FCK editor but ONLY THE FIRST TIME it ever visits the site... Next time it tries to open FCK on the same site (or any subsequent time) error: "Internet Explorer cannot open the Internet site - Operation Aborted" ... so please note this error ONLY occurs on 2nd, 3rd, 4th loadup of FCK (when the site has been cached on the browser) and ONLY on IE6 because IE7 and Firefox work perfectly. Please help me resolve this: is it just a setting in IE6? and has anybody else seen this?

Ashraf Amayreh’s picture

hmm... first, make sure that the cache is cleared from the browsers in question.

Second, make sure you're using the correct fckeditor version in the readme file. I use 2.3.2 and disable the troublesome universalkey component. But always clear the cache whenever you change anything and want to see the results. Hope this helps...

stefano73’s picture

I'm experiencing the same problem. It happens that IE cannot open pages that load an fckeditor. I noticed that if you open the IE temporary files and delete the file fckeditorcode_ie.js, the page reload is now working good.

joshbotnet’s picture

Title: Internet Explorer cannot open the Internet site - Operation Aborted » IE cannot open site "Operation Aborted"

As far as i can tell, the solution presented by "stefano73" has completely solved this issue for me.

The solution is here: http://drupal.org/node/125650

By the way, for me the problem and solution were both IE6

Thanks Stafano!

ontwerpwerk’s picture

Status: Active » Closed (duplicate)
webdr’s picture

this is driving me crazy,I know this is an old thread, but Im getting the same operation aborted message on my website
http://www.gunnphotoservices.com
Im running IE7 an an XP machine. it was fine as of yesterday but throwing that message now. Any ideas?