AnthonyRoberson
First Post
If you get an HTTP 500 error when you try to view the latest Dungeoncraft article, try it with Firefox or Chrome. I think somebody at WotC must hate Internet Explorer...
Rightly so!I think somebody at WotC must hate Internet Explorer...
Quite likely their server code is having some conditional processing when the UserAgent is IE. And somebody made a mistake in that code.HTTP 500 errors should have nothing to do with your browser, unless the issue is some bizarre AJAX implementation. This is generally a server error and is browser independent.
I just checked and it's an Input past End of File error. Not sure why IE is getting this and not Firefox unless they are using some weird VBscript as a client language instead of javascript or something.
I'm not so sure they are trivial, but since they've been around for over a year, any half-decent programmer would have been able to solve the problem by now.These EOF errors are trivial, though, and I am suprised that someone just hasn't give it a quick fix. There are loads of articles online that can show them how to do it.
The worst part is that I registered a support ticket with CS about it... and got the response "Use FireFox instead". Problem solved.
That's exactly what I told them.Telling customers instead to use a different browser is unacceptable!
Microsoft VBScript runtime error '800a003e'
Input past end of file
/default.asp, line 494
On the other hand:Wow. That boggles the mind in an attempt to understand how that's customer service by any stretched definition of the word. It really irks me that this error is still not fixed. While, of course, I have no data to back this up, I assume some 90% of their clientele use IE, so one would hope that they would write code that actually serves that client base. Telling customers instead to use a different browser is unacceptable!
It would be... if it wasn't for the fact that this same error has occurred on several occasions when they add a new article. It goes back well over a year, and that's unacceptable.On the other hand:
User: "When I try to access such and such page in IE, I get error XYZ."
CS: "Ah yes, we're aware of this and don't have a fix yet. In the meantime, you can successfully access the page using Firefox as a work-around."
...is perfectly acceptable.