Re: [PHP-DB] R6025 Error. .

2005-05-11 Thread Patel, Aman
Ng Hwee Hwee wrote:
hi all,
this R6025 error is driving me nuts!!! anyone who can help me?
thanx a million!!
Full error details are described here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;125749
To the best of my knowledge and after some googling, I found three 
possible causes for this error in internet explorer:

1) A javascript in your page is generating the error.
2) A plugin you are using in internet explorer is causing the error.
3) Some application is causing the error when it interacts with Internet 
explorer or vice versa (eg. office toolbar, acrobat toolbar, norton av 
hooks etc).

The only suggestion I have to troubleshoot this is to "shut" off each of 
these one by one and see if you can reproduce the error. I haven't 
experienced this myself, so I don't have more suggestions on fixing it.

thanks,
Aman Patel
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] R6025 Error

2005-05-10 Thread Ng Hwee Hwee
hi all,

this R6025 error is driving me nuts!!! anyone who can help me?
thanx a million!!

warmest wishes,
hwee

- Original Message - 
From: "Ng Hwee Hwee" <[EMAIL PROTECTED]>
To: "PHP DB List" 
Sent: Tuesday, May 10, 2005 11:15 AM
Subject: Re: [PHP-DB] R6025 Error


> hi,
>
> thanks for your reply... an example of the generated HTML code is as
> follows:
>
> DESC
> ASC
>
> i tried googling for this error but they keep telling me about some
> Microsoft coding errors that i don't understand. I do not code in C or C++
> so why should it cause a problem in my codes?
>
> thank you for your help!!
>
> best regards,
> hwee
>
> - Original Message - 
> From: "Juffermans, Jos" <[EMAIL PROTECTED]>
> To: "PHP DB List" 
> Sent: Monday, May 09, 2005 6:01 PM
> Subject: RE: [PHP-DB] R6025 Error
>
>
> > Can you also send us the output generated by PHP? Ie the output HTML...
> >
> > Jos
> >
> > -Original Message-
> > From: Ng Hwee Hwee [mailto:[EMAIL PROTECTED]
> > Sent: 09 May 2005 10:48
> > To: PHP DB List
> > Subject: [PHP-DB] R6025 Error
> >
> >
> > Hi all,
> >
> > I'm having a problem with a R6025 error. What happened is that I have a
> > table generated using MySQL and PHP that displays all the registered
> > customers. On the table header, i allow them to click on some links that
> can
> > sort the table according to their preference. Sometimes, when users
click
> on
> > these sorting links, they get an error:
> >
> > =
> > Microsoft Visual C++ Runtime Library
> > Runtime Error!
> > Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
> > R6025
> > - pure virtual function call
> > =
> >
> > when this error appears, the user will have to click "OK" which closes
the
> > browser!! Can someone advice me what i can do??
> >
> > the links look like that:
> >  >
>
href="?sort=desc&sortBy=&argmt1=">De
> > sc
> >  href="?sort=asc&sortBy=&argmt1="
> > >Asc
> >
> > why should this cause an error??!!! thank you!
> >
> > best regards,
> > hwee hwee
> >
> > -- 
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > -- 
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] R6025 Error

2005-05-09 Thread Ng Hwee Hwee
hi,

thanks for your reply... an example of the generated HTML code is as
follows:

DESC
ASC

i tried googling for this error but they keep telling me about some
Microsoft coding errors that i don't understand. I do not code in C or C++
so why should it cause a problem in my codes?

thank you for your help!!

best regards,
hwee

- Original Message - 
From: "Juffermans, Jos" <[EMAIL PROTECTED]>
To: "PHP DB List" 
Sent: Monday, May 09, 2005 6:01 PM
Subject: RE: [PHP-DB] R6025 Error


> Can you also send us the output generated by PHP? Ie the output HTML...
>
> Jos
>
> -Original Message-
> From: Ng Hwee Hwee [mailto:[EMAIL PROTECTED]
> Sent: 09 May 2005 10:48
> To: PHP DB List
> Subject: [PHP-DB] R6025 Error
>
>
> Hi all,
>
> I'm having a problem with a R6025 error. What happened is that I have a
> table generated using MySQL and PHP that displays all the registered
> customers. On the table header, i allow them to click on some links that
can
> sort the table according to their preference. Sometimes, when users click
on
> these sorting links, they get an error:
>
> =
> Microsoft Visual C++ Runtime Library
> Runtime Error!
> Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
> R6025
> - pure virtual function call
> =
>
> when this error appears, the user will have to click "OK" which closes the
> browser!! Can someone advice me what i can do??
>
> the links look like that:
> 
href="?sort=desc&sortBy=&argmt1=">De
> sc
>  >Asc
>
> why should this cause an error??!!! thank you!
>
> best regards,
> hwee hwee
>
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] R6025 Error

2005-05-09 Thread Juffermans, Jos
Can you also send us the output generated by PHP? Ie the output HTML...

Jos

-Original Message-
From: Ng Hwee Hwee [mailto:[EMAIL PROTECTED]
Sent: 09 May 2005 10:48
To: PHP DB List
Subject: [PHP-DB] R6025 Error


Hi all,

I'm having a problem with a R6025 error. What happened is that I have a
table generated using MySQL and PHP that displays all the registered
customers. On the table header, i allow them to click on some links that can
sort the table according to their preference. Sometimes, when users click on
these sorting links, they get an error:

=
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
R6025
- pure virtual function call
=

when this error appears, the user will have to click "OK" which closes the
browser!! Can someone advice me what i can do??

the links look like that:
De
sc
Asc

why should this cause an error??!!! thank you!

best regards,
hwee hwee

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php