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

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
User avatar
richbothe
Forum Members
Forum Members
Posts: 95
Joined: Tue Aug 15, 2006 5:34 pm
Location: Minnesota, USA

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

Post 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
Last edited by richbothe on Wed Jan 07, 2009 11:11 pm, edited 1 time in total.
nivekiam

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

Post 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.
User avatar
richbothe
Forum Members
Forum Members
Posts: 95
Joined: Tue Aug 15, 2006 5:34 pm
Location: Minnesota, USA

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

Post 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
sn3p
Forum Members
Forum Members
Posts: 169
Joined: Mon Oct 15, 2007 2:27 pm

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

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post 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...
Post Reply

Return to “Developers Discussion”