Page 1 of 1

Updated my PHP CMS ... now I get R6025 Error on PC IE

Posted: Thu Mar 17, 2005 3:52 pm
by adam2003w
Updated my PHP CMS ... now I get R6025 Pure Virtual Function Call Error on PC IE

I updated my php cms recently and now when I try to log in I get the following error in PC IE:

Code: Select all

R6025 Pure Virtual Function Call
At first I thought it was because I added the following to the top of my pages so PC IE would read my pages correctly:

Code: Select all

<!DOCTYPE html PUBLIC &quote;-//W3C//DTD XHTML 1.0 Transitional//EN&quote;
&quote;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd &quote;>
But I removed that and still got the error. Anybody seen anything like this before in relation to php/web site programming?

Posted: Thu Mar 17, 2005 4:14 pm
by feyd
http://www.google.com/search?q=R6025+%7EIE

seems to say you updated your browser and it bugged or somesuch.

Posted: Thu Mar 17, 2005 4:44 pm
by adam2003w
feyd wrote:http://www.google.com/search?q=R6025+%7EIE

seems to say you updated your browser and it bugged or somesuch.
Yeah, i think that's part of the problem. I've been crawling google for it too. Yet all my other php cms sites work fine with the login. So I'm trying to locate what new things I added to cause the problem. Anyone else?

Posted: Fri Mar 18, 2005 10:45 am
by adam2003w
man, I'm still having this weird problem. All google searches say it's a browser bug, but that doens't help me. I can't exactly ask all my client's visitors to switch to firefox. And sites running an older version of the cms are working fine, but I can't find the error causing the problem. I was up last night trying to figure this out and still no progress. It's frying my brain.