BAK & IE7
- kitecrazy
- Regular
- Posts:435
- Joined:Sun Mar 25, 2007 3:46 pm
- Location:Livermore
- Contact:
I think you got lucky...mine still experiences the same operation aborted error.
- OliverG
- Old School
- Posts:5326
- Joined:Sat Feb 07, 2004 5:03 pm
- Location:Oakland, CA
- Contact:
Re: BAK & IE7
What OS and IE version (exact version)kitecrazy wrote:I think you got lucky...mine still experiences the same operation aborted error.
- kitecrazy
- Regular
- Posts:435
- Joined:Sun Mar 25, 2007 3:46 pm
- Location:Livermore
- Contact:
Re: BAK & IE7
I'll have an answer for my home computers this afternoon.
As far as my work computer which still operation aborts...
IE version: 7.0.5730.13
Cipher Strength: 128-bit
Product ID: 76588-652-6335585-50525
Update Versions: 0
OS name: Microsoft Windows XP Professional x64 Edition
Version: 5.2.3790 Service Pack 2 Build 3790
Its a Xeon 5160 w/ 20gb of memory...the little bastard should handle anything I throw at it. I can provide you the .nfo file for my systems which should give you everything you may want to know.
As far as my work computer which still operation aborts...
IE version: 7.0.5730.13
Cipher Strength: 128-bit
Product ID: 76588-652-6335585-50525
Update Versions: 0
OS name: Microsoft Windows XP Professional x64 Edition
Version: 5.2.3790 Service Pack 2 Build 3790
Its a Xeon 5160 w/ 20gb of memory...the little bastard should handle anything I throw at it. I can provide you the .nfo file for my systems which should give you everything you may want to know.
-
- Joey
- Posts:3
- Joined:Wed Aug 05, 2009 6:35 pm
- Location:Discovery Bay, CA
- Contact:
Re: BAK & IE7
Just tried it from one of my machines running IE7 7.0.5730.13 and XP 32bit and it is working. Wasn't the last time I tried it so ok on this IE7.
-
- Joey
- Posts:3
- Joined:Wed Aug 05, 2009 6:35 pm
- Location:Discovery Bay, CA
- Contact:
Re: BAK & IE7
Have to take that back.
Web site is failing again on IE 7 saying IE cannot open the Internet site...
Operation aborted. Works fine on other pc with IE8.
Web site is failing again on IE 7 saying IE cannot open the Internet site...
Operation aborted. Works fine on other pc with IE8.
- moe_howard
- Joey
- Posts:4
- Joined:Fri Jul 17, 2009 12:52 pm
- Contact:
Re: BAK & IE7
Ok, At work I always get Operation Aborted.
While in debug mode, the offending line of code is located at the following path:
File: https://www.bayareakiteboarding.com/med ... ootools.js[/b]
Line: 49
Column: 313
Error Message: "!this.$events[...].keys is null or not an object"
Offending Code:
Unobfuscated Code:
Recommended updated Code:
Even this code update may not be enough, as fixing this issue may uncover more issues.
Good Luck.
While in debug mode, the offending line of code is located at the following path:
File: https://www.bayareakiteboarding.com/med ... ootools.js[/b]
Line: 49
Column: 313
Error Message: "!this.$events[...].keys is null or not an object"
Offending Code:
Code: Select all
if(this.$events[type]){this.$events[type].keys.each(function(fn){this.removeEvent(type,fn);},this);this.$events[type]=null;}
Code: Select all
if(this.$events[type])
{
this.$events[type].keys.each(function(fn)
{
this.removeEvent(type,fn);
},this);
this.$events[type]=null;
}
Code: Select all
if(this.$events[type])
{
//Ensure we have keys
if(this.$events[type].keys != null) //<== NEW CODE
{
this.$events[type].keys.each(function(fn)
{
this.removeEvent(type,fn);
},this);
this.$events[type]=null;
}
}
Good Luck.
- OliverG
- Old School
- Posts:5326
- Joined:Sat Feb 07, 2004 5:03 pm
- Location:Oakland, CA
- Contact:
Re: BAK & IE7
I have had a hunch that's it been the mootools.js
Will try to update/modify soon. The difficult part for me is my PC has never given the error running IE7, so all I have to go on is your feedback so far, so I do appreciate that.
Thanks guys!
Will try to update/modify soon. The difficult part for me is my PC has never given the error running IE7, so all I have to go on is your feedback so far, so I do appreciate that.
Thanks guys!
Who is online
Users browsing this forum: No registered users and 26 guests