What's up with CP? [Solved]
-
> Use one of the Mozilla browsers. I am right now. :) > Interestingly, I am using IE 6 and am experiencing no difficulties... go figure... What's the version of your browser? Mine's 6.0.2800.1106 -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: Mine's 6.0.2800.1106 Mine, too, and aside from the fact that my preference for 50 posts per view resets itself weekly to 25, IE6 works perfectly here.;P Heard in Bullhead City - "You haven't lost your girl -
you've just lost your turn..." [sigh] So true... -
Uhm.. why? There are no script or ActiveX errors, so the trusted zone stuff doesn't matter. And my firewall doesn't have anything to do with this. What's happened is that my browser agent is apparently not recognized by the server. Why that is, I have no idea. It worked last night before I logged out and went to bed. -- Gott weiß ich will kein Engel sein.
-
> Use one of the Mozilla browsers. I am right now. :) > Interestingly, I am using IE 6 and am experiencing no difficulties... go figure... What's the version of your browser? Mine's 6.0.2800.1106 -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: What's the version of your browser? Mine's 6.0.2800.1106 Mine is 6.0.2800.1106.xpsp2.030422-1633 (What ever happened to reasonalbe versioning schemes, like, 6.0, 6.1, etc.? :confused: ) "I'd be up a piece if I hadn't swallowed my bishop." Mr. Ed, playing chess
-
CP doesn't recognize my browser as IE 6. :( (No dynamic view - which is driving me crazy!) Should I worry about my IE installation again, or are other experiencing the same problems? Update: Apparently I had some garbage in the IE registry settings which affects the UserAgent string. It turned out it was the Avant Browser, that I briefly tested a long time ago, had left crud in the registry. I noticed it by loading http://www.codeproject.com/script/misc/browsercheck.asp[^] as Chris suggested. I searched the registry for my particular "garbage" string and removed it. It turned out Avant Browser left a lot of crap in the registry. So, if you get these errors, load the browser check and see if your UserAgent string is polluted. Clean if needed. My guess is that Chris has been rewriting the user agent parsing stuff. :) -- Gott weiß ich will kein Engel sein.
Go to www.codeproject.com/script/misc/browsercheck.asp[^] and let me know what it says. cheers, Chris Maunder
-
CP doesn't recognize my browser as IE 6. :( (No dynamic view - which is driving me crazy!) Should I worry about my IE installation again, or are other experiencing the same problems? Update: Apparently I had some garbage in the IE registry settings which affects the UserAgent string. It turned out it was the Avant Browser, that I briefly tested a long time ago, had left crud in the registry. I noticed it by loading http://www.codeproject.com/script/misc/browsercheck.asp[^] as Chris suggested. I searched the registry for my particular "garbage" string and removed it. It turned out Avant Browser left a lot of crap in the registry. So, if you get these errors, load the browser check and see if your UserAgent string is polluted. Clean if needed. My guess is that Chris has been rewriting the user agent parsing stuff. :) -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: Should I worry about my IE installation again, or are other experiencing the same problems? No, IE does this to me every once and awhile. It will probably magically start working again. Matt Newman If you chose to continue this discussion, I am fully prepared to make you my bitch. I invite you to ask around, and you'll find out that I'm quite capable of doing so - John Simmons on Trolls
-
CP doesn't recognize my browser as IE 6. :( (No dynamic view - which is driving me crazy!) Should I worry about my IE installation again, or are other experiencing the same problems? Update: Apparently I had some garbage in the IE registry settings which affects the UserAgent string. It turned out it was the Avant Browser, that I briefly tested a long time ago, had left crud in the registry. I noticed it by loading http://www.codeproject.com/script/misc/browsercheck.asp[^] as Chris suggested. I searched the registry for my particular "garbage" string and removed it. It turned out Avant Browser left a lot of crap in the registry. So, if you get these errors, load the browser check and see if your UserAgent string is polluted. Clean if needed. My guess is that Chris has been rewriting the user agent parsing stuff. :) -- Gott weiß ich will kein Engel sein.
I had the same thing happen this morning at home. :(
Jon Sagara Vegetarianism is unhealthy. Humans need protein, and lots of it. Put down those sprouts and pick up a T-bone! -- Michael Moore
Latest Article: Breadcrumbs in ASP.NET -
Go to www.codeproject.com/script/misc/browsercheck.asp[^] and let me know what it says. cheers, Chris Maunder
All the "IEn+" versions are set to False! When/how the heck did that happen? On another computer, where things work right, they're all set to true. Good grief. Marc Latest AAL Article My blog Join my forum!
-
All the "IEn+" versions are set to False! When/how the heck did that happen? On another computer, where things work right, they're all set to true. Good grief. Marc Latest AAL Article My blog Join my forum!
Which server? cheers, Chris Maunder
-
Go to www.codeproject.com/script/misc/browsercheck.asp[^] and let me know what it says. cheers, Chris Maunder
Server Web4 Browser avant browser Gecko False Version 0 Crawler False UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avant Browser [avantbrowser.com]; .NET CLR 1.0.3705; .NET CLR 1.1.4322) IE3+ False IE4+ False IE5+ False IE6+ False Netscape False NS4+ False NS6/Mozilla1 False Opera6+ False I'm starting to wonder if the browser = avant browser is the bad boy. But that doesn't make much sense since it was like a year ago I tried avant browser, and it worked 24 hrs ago. I'll see if I can rectify this avant browser-thing. -- Gott weiß ich will kein Engel sein.
-
Which server? cheers, Chris Maunder
Chris Maunder wrote: Which server? Both systems are reporting Web6. Marc Latest AAL Article My blog Join my forum!
-
Go to www.codeproject.com/script/misc/browsercheck.asp[^] and let me know what it says. cheers, Chris Maunder
I removed the "avant browser" string from IE registry settings. Reloaded browsercheck and got: Server Web4 Browser ie Gecko False Version 6 Crawler False UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) IE3+ True IE4+ True IE5+ True IE6+ True Netscape False NS4+ False NS6/Mozilla1 False Opera6+ False And guess what? It works properly now :) -- Gott weiß ich will kein Engel sein.
-
Jörgen Sigvardsson wrote: What's the version of your browser? Mine's 6.0.2800.1106 Mine is 6.0.2800.1106.xpsp2.030422-1633 (What ever happened to reasonalbe versioning schemes, like, 6.0, 6.1, etc.? :confused: ) "I'd be up a piece if I hadn't swallowed my bishop." Mr. Ed, playing chess
Reason is overrated. ;) -- Gott weiß ich will kein Engel sein.
-
Reason is overrated. ;) -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: Reason is overrated Look down the barrel of this[^] and say that :-)
Ian Darling "The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski
-
Jörgen Sigvardsson wrote: Reason is overrated Look down the barrel of this[^] and say that :-)
Ian Darling "The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski
:laugh: However, it's not real. Are you telling me reason is not real? ;) -- Gott weiß ich will kein Engel sein.
-
:laugh: However, it's not real. Are you telling me reason is not real? ;) -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: However, it's not real. Are you telling me reason is not real? No, just that when looking down the barrel of a fuck-off-and-die-gun, you really hope the guy behind it has some :-)
Ian Darling "The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski
-
Go to www.codeproject.com/script/misc/browsercheck.asp[^] and let me know what it says. cheers, Chris Maunder
FYI: Didn't work: Server Web5 Browser avant browser Gecko False Version 0 Crawler False UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; sbcydsl 3.12) IE3+ False IE4+ False IE5+ False IE6+ False Netscape False NS4+ False NS6/Mozilla1 False Opera6+ False Did work: Server Web5 Browser ie Gecko False Version 6 Crawler False UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) IE3+ True IE4+ True IE5+ True IE6+ True Netscape False NS4+ False NS6/Mozilla1 False Opera6+ False
Jon Sagara Vegetarianism is unhealthy. Humans need protein, and lots of it. Put down those sprouts and pick up a T-bone! -- Michael Moore
Latest Article: Breadcrumbs in ASP.NET -
I removed the "avant browser" string from IE registry settings. Reloaded browsercheck and got: Server Web4 Browser ie Gecko False Version 6 Crawler False UserAgent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) IE3+ True IE4+ True IE5+ True IE6+ True Netscape False NS4+ False NS6/Mozilla1 False Opera6+ False And guess what? It works properly now :) -- Gott weiß ich will kein Engel sein.
Yeah, I removed it from the registry too. (local_machine\software\microsoft\windows\currentVersion\Internet settings\User agent\Post Platform), IE started working. As soon as I reloaded avant browser, it set it back! And of course, things stopped working. :( Marc Latest AAL Article My blog Join my forum!
-
Yeah, I removed it from the registry too. (local_machine\software\microsoft\windows\currentVersion\Internet settings\User agent\Post Platform), IE started working. As soon as I reloaded avant browser, it set it back! And of course, things stopped working. :( Marc Latest AAL Article My blog Join my forum!
Don't you just love it when software starts to mess around with registry keys of other apps? :mad: -- Gott weiß ich will kein Engel sein.
-
Don't you just love it when software starts to mess around with registry keys of other apps? :mad: -- Gott weiß ich will kein Engel sein.
I love this line in the Avant FAQ: Does Avant Browser modify settings of Internet Explorer? The end-user is able to user Avant Browser to modify the home page and bookmarks of Internet Explorer. But Avant Browser doesn't modify other settings of Internet Explorer, though there are internet settings that may be modified such as the browser identification string. Well? Does it or doesn't it modify other IE setting?!?!?! This is annoying. I really like the product. Why did Chris change the server detection so that all of a sudden it now matters??? Or is does this have nothing to do with the servers? As usual, there are at least two sides to every problem. Grrr. Marc Latest AAL Article My blog Join my forum!
-
Don't you just love it when software starts to mess around with registry keys of other apps? :mad: -- Gott weiß ich will kein Engel sein.
Jörgen Sigvardsson wrote: Don't you just love it when software starts to mess around with registry keys of other apps? Latest news-- Installing the latest version of Avant fixed the problem. :-D Marc Latest AAL Article My blog Join my forum!