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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adam2003w
Forum Newbie
Posts: 6
Joined: Tue Mar 01, 2005 3:21 pm

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

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://www.google.com/search?q=R6025+%7EIE

seems to say you updated your browser and it bugged or somesuch.
adam2003w
Forum Newbie
Posts: 6
Joined: Tue Mar 01, 2005 3:21 pm

Post 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?
adam2003w
Forum Newbie
Posts: 6
Joined: Tue Mar 01, 2005 3:21 pm

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