Page 1 of 1

[SOLVED] Internet Explorer cannot open the site... Operation aborted

Posted: Mon Jan 21, 2008 5:05 am
by richbothe
Users with IE 6 are receiving this error when going to www.photographybychristina.info, which is using CMSMS 1.2.2.

I've seen several posts regarding IE and this error, but I'm having trouble pinpointing the cause and hope someone can help.

I'm not sure what info would be helpful in troubleshooting this issue so please advise...  This is a bit urgent because two customer's of the website owner are unable to access the site.  It'll show for literally about 1 second before it reverts to a blank page.

I'll be happy to provide what info may be necessary to help resolve this issue.  I've never experienced this before.


Rich Bothe

Re: Internet Explorer cannot open the site... Operation aborted

Posted: Mon Jan 21, 2008 1:45 pm
by nivekiam
First upgrade CMSms.  There is a security problem fixed in 1.2.3 that exists in 1.2.2.  That won't fix your problem, but you shouldn't be running 1.2.2

I don't think this is a CMSms issue.  It looks more like IE doesn't like how something is loading.  Looks like it's hanging up loading:
/modules/Lightbox/js/lightbox.js

If I disable javascript it works just fine.

Re: Internet Explorer cannot open the site... Operation aborted

Posted: Mon Jan 21, 2008 4:43 pm
by richbothe
I spent about 5 minutes this morning thinking about it and here's what I found...

I use the Lightbox template for Album and in the Lightbox template I saw this at the top...


{* Include JS files. You can move this to the head of your page template if you want *}







I added this to my page template when I set it up.  I removed it from my page template and now it works flawlessly in IE.


On a separate note, I tried to upgrade to 1.2.3 last night and got errors in the admin panel related to FileManager.  I'm going to try again later today.


Cheers!  Rich Bothe

Re: Internet Explorer cannot open the site... Operation aborted

Posted: Tue Aug 05, 2008 11:17 am
by sn3p
If you get this error in IE try adding defer="defer" to the lightbox.js include.

Code: Select all

<__script__ src="uploads/defacto/js/lightbox.js" type="text/javascript" defer="defer">
And clear the cache from CMSMS.

Re: Internet Explorer cannot open the site... Operation aborted

Posted: Wed Aug 06, 2008 3:50 am
by Dr.CSS
He most likely added that to his and didn't take it out of the template, 2 calls will probably do it...