Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Perfectly valid website crashing IE

Reply
Thread Tools

Perfectly valid website crashing IE

 
 
mscir
Guest
Posts: n/a
 
      03-02-2005
Nik Coughin wrote:
<snip>
> Hey, I just saw this at
> http://www.experts-exchange.com/Appl...20719707.html:
>
> "went to internet options and advanced tab and Disable script debugging was
> already selected so i removed check mark and closed it out and went back in
> and reselected it now everything works properly"
>
> Will try that tomorrow morning when I go back in.


Luck!
 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      03-02-2005
Nik Coughin wrote:

> Disco Octopus wrote:
>>> Nik Coughin wrote :
>>>> Could anyone using IE 6 please test this site for me,
>>>> and let me know if it generates an error?

>>
>> ....
>> could it perhaps be something to do with the object
>> reference thing in index.html.....
>>
>> <body>
>> <object data="index.php" type="text/html" width="100%"
>> height="100%"></object>
>> </body>

>
> Nope, it's index.php that crashes IE, not index.html
> (despite it only being a wrapper for index.php). The only
> reason that object thingy exists is because it prevents the
> crash, bizarrely.
>
> Crashes: http://www.masterpiece.co.nz/index.php
> Doesn't crash: http://www.masterpiece.co.nz/index.html


FWIW, I have JavaScript and ActiveX disabled in IE6, and
index.php loads just fine (although the logo/title at the top
doesn't display), but the index.html gives a blank page and a
security warning that I didn't allow ActiveX controls to be
used.

When I set the security to normal, both index.php and
index.html work without problems.

(IE6 on XP-SP2)

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
 
 
 
Adrienne
Guest
Posts: n/a
 
      03-02-2005
Gazing into my crystal ball I observed "Nik Coughin"
<nrkn!no-spam!@woosh.co.nz> writing in
news:qbdVd.5853$:

> Could anyone using IE 6 please test this site for me, and let me know
> if it generates an error?
>
> http://www.masterpiece.co.nz/index.php
>
> I have just installed the site onto the client's webserver. They are
> running IIS. The HTML and CSS both validate.
>
> When I try to access the site from any of the computers on their
> network IE 6 crashes with this:
>
> Microsoft Visual C++ Runtime Library
> Runtime Error!
> Program C:\Program Files\Internet Explorer\IEXPLORE.EXE
>
> R 6025
> - pure virtual function call
>


Yippie! Do I get a door prize? I got that very same error.

I'm running XP S2 with IIS 5.1, IE 6.0.290.

I found this little tidbit at Micro$oft:
<http://support.microsoft.com/default.aspx?scid=kb;en-us;125749>

and I found a few Googles that mention something about Power Point.

I have Power Point on my system.

I also checked my system logs to see if there was anything reported there,
but nothing.

There must be something in the PHP. Start stripping things out until the
error doesn't occur.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
 
Reply With Quote
 
Nik Coughin
Guest
Posts: n/a
 
      03-02-2005
Adrienne wrote:
> Gazing into my crystal ball I observed "Nik Coughin"
> <nrkn!no-spam!@woosh.co.nz> writing in
> news:qbdVd.5853$:
>
>> Could anyone using IE 6 please test this site for me, and let me know
>> if it generates an error?

>
> Yippie! Do I get a door prize? I got that very same error.


Thanks, but ah crap, that means it isn't isolated to their network.

> I'm running XP S2 with IIS 5.1, IE 6.0.290.
>
> I found this little tidbit at Micro$oft:
> <http://support.microsoft.com/default.aspx?scid=kb;en-us;125749>
>
> and I found a few Googles that mention something about Power Point.
>
> I have Power Point on my system.


I have it on this system too, but no crashes. I will have a Google on that
though, thanks.

> There must be something in the PHP. Start stripping things out until
> the error doesn't occur.


That's the bizarre thing (or one of them anyway) -- the output from the php,
which the browser *should* treat exactly the same way, doesn't cause the
crash. None of the other pages do either, and they share a lot of the same
code. I may try it anyway, getting desperate here.


 
Reply With Quote
 
Nik Coughin
Guest
Posts: n/a
 
      03-02-2005
Els wrote:
>>>> Nik Coughin wrote :
>>>>> Could anyone using IE 6 please test this site for me,
>>>>> and let me know if it generates an error?
>>>

>
> FWIW, I have JavaScript and ActiveX disabled in IE6, and
> index.php loads just fine (although the logo/title at the top
> doesn't display), but the index.html gives a blank page and a
> security warning that I didn't allow ActiveX controls to be
> used.
>
> When I set the security to normal, both index.php and
> index.html work without problems.
>
> (IE6 on XP-SP2)


That's to be expected -- logo is loaded by an ActiveX filter in this
instance (workaround for no png transparency in IE), and the index.html has
the page inserted via object. Thanks for checking!


 
Reply With Quote
 
Nik Coughin
Guest
Posts: n/a
 
      03-02-2005
DoobieDo wrote:
> In article <qbdVd.5853$>, nrkn!no-spam!
> @woosh.co.nz says...
>> Could anyone using IE 6 please test this site for me, and let me
>> know if it generates an error?

>
> It all seems to be OK here using IE 6.0
>


Cheers


 
Reply With Quote
 
R2G2
Guest
Posts: n/a
 
      03-02-2005
On Wed, 2 Mar 2005 20:41:28 +1300, "Nik Coughin"
<nrkn!no-spam!@woosh.co.nz> wrote:

>Els wrote:
>>>>> Nik Coughin wrote :
>>>>>> Could anyone using IE 6 please test this site for me,
>>>>>> and let me know if it generates an error?
>>>>

>>
>> FWIW, I have JavaScript and ActiveX disabled in IE6, and
>> index.php loads just fine (although the logo/title at the top
>> doesn't display), but the index.html gives a blank page and a
>> security warning that I didn't allow ActiveX controls to be
>> used.
>>
>> When I set the security to normal, both index.php and
>> index.html work without problems.
>>
>> (IE6 on XP-SP2)

>
>That's to be expected -- logo is loaded by an ActiveX filter in this
>instance (workaround for no png transparency in IE)

<snip>
*.gif has transparency in IE
>



--
Beccy

Bec but...
 
Reply With Quote
 
William Tasso
Guest
Posts: n/a
 
      03-02-2005
On Wed, 02 Mar 2005 06:59:29 GMT, Matt Probert
<> wrote:

> Once upon a time, far far away "Nik Coughin" <>
> spluttered
>
>> Could anyone using IE 6 please test this site for me, and let me know
>> if it
>> generates an error?
>>

>
> What a surprise...It doesn't generate any errors when I visit with IE
> 6 (XP).


No errors here either.

> Not me, but a cynic might wonder if there is really a problem, or
> whether you just want to generate some traffic.


huh? oh, making mischief eh? <g> would indeed be an extremely cynical
view - even the listed phone numbers appear to my untrained eye to be
local.

btw: 'About us' <http://www.masterpiece.co.nz/aboutUs.php> splendid
alternative to the usual even if the 'office manager' does look a little
scary.

--
which way is up?
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      03-02-2005
R2G2 wrote:

>>That's to be expected -- logo is loaded by an ActiveX
>>filter in this instance (workaround for no png transparency
>>in IE)

>
> <snip>
>
> *.gif has transparency in IE


So has png-8, but the image Nik is using needs a transparent
shadow, which can't be displayed by either gif or png-8.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
Marek Zyskowski
Guest
Posts: n/a
 
      03-02-2005
I get an error too.

DoobieDo wrote:
> In article <qbdVd.5853$>, nrkn!no-spam!
> @woosh.co.nz says...
>
>>Could anyone using IE 6 please test this site for me, and let me know if it
>>generates an error?

>
>
> It all seems to be OK here using IE 6.0
>
>
>>http://www.masterpiece.co.nz/index.php
>>
>>I have just installed the site onto the client's webserver. They are
>>running IIS. The HTML and CSS both validate.
>>
>>When I try to access the site from any of the computers on their network IE
>>6 crashes with this:
>>
>>Microsoft Visual C++ Runtime Library
>>Runtime Error!
>>Program C:\Program Files\Internet Explorer\IEXPLORE.EXE
>>
>>R 6025
>>- pure virtual function call
>>
>>This happens on both XP and 2K. It only happens with this page on this
>>site. It happens about 75% of the time. Doesn't happen with any other
>>sites to my knowledge, though I only tried 20 or 30. Needless to say it
>>doesn't happen with other browsers.
>>
>>Here's the really weird bit:
>>
>>None of the other pages on the site generate the error, only index.php and
>>whatsNew.php, which is the same thing -- index.php is just include(
>>"whatsNew.php" );.
>>
>>If I take the output from index.php, and paste it into a new document and
>>put it on the server, that page doesn't crash IE:
>>http://www.masterpiece.co.nz/test3.html
>>
>>If I embed index.php in an object element inside index.html, and load
>>index.html, it doesn't crash:
>>http://www.masterpiece.co.nz/index.html
>>
>>If I navigate to the page from another page, it never crashes. Only if I
>>type/paste the url it into the address bar, or click refresh on one of the
>>occasions when it hasn't crashed it.
>>
>>WTF???
>>
>>I can't get it to crash under IE 6 on any of the machines in my office, only
>>on machines on their network. Wide range of hardware.
>>
>>I wouldn't even have a clue how to start tracking this down, any ideas?
>>
>>Is it likely to be anything to do with IIS?
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to rotate image so that image is perfectly level bucky3 Digital Photography 11 07-15-2009 08:59 AM
Suggest USB to RS232 that works perfectly Tomás Ó hÉilidhe C Programming 7 06-13-2008 10:39 AM
Will ASP.NET 1.1 application work perfectly on .Net Framework 2.0 DNB ASP .Net 4 01-10-2008 06:33 PM
Wired network using ICS works perfectly, wireless does not Rich Wireless Networking 2 12-07-2005 11:22 PM
Can HTML be translated to XHTML perfectly?! mike Java 13 10-09-2004 05:49 PM



Advertisments