Ducati Monster Forum

Kitchen Sink => Board Tech Issues => Fixed Board Issues => Topic started by: somegirl on May 12, 2008, 06:15:15 PM

Title: Impressive-looking posting error
Post by: somegirl on May 12, 2008, 06:15:15 PM
I was trying to post a reply to TOSAT and got this:

(http://paularickert.net/albums/userpics/posterror.gif)
Title: Re: Impressive-looking posting error
Post by: ducpainter on May 12, 2008, 06:20:31 PM
That's pretty cool.   ;D

With or without quote?
Title: Re: Impressive-looking posting error
Post by: somegirl on May 12, 2008, 06:25:08 PM
No quote.
Title: Re: Impressive-looking posting error
Post by: ducpainter on May 12, 2008, 06:28:03 PM
Quote from: msincredible on May 12, 2008, 06:25:08 PM
No quote.
calling the webgeeks....
Title: Re: Impressive-looking posting error
Post by: sqweak on May 12, 2008, 06:44:41 PM
that's a buncha javascript.  got me. Daryl?
Title: Re: Impressive-looking posting error
Post by: Speeddog on May 12, 2008, 06:49:50 PM
msincredible, making SMF swear like a drunken sailor gets you nominated for troublemaker of the month. [cheeky]

Either that or it's your browser swearing.

Title: Re: Impressive-looking posting error
Post by: darylbowden on May 12, 2008, 07:22:02 PM
All I can tell you is that is some seriously obfuscated javascript right there.  It's actually trying to perform some kind of AJAX function as it's showing a XMLHttpRequest() object.  However, why it showed up on the end users screen I have no idea.

ms, can you report browser/OS with versions?

Title: Re: Impressive-looking posting error
Post by: darylbowden on May 12, 2008, 07:24:43 PM
I think the real issue is that for some odd reason SMF echoed the Javascript file instead of actually loading it through that echo.  I would guess it was some kind of fluke browser parsing error that did that, but we should obviously keep an eye on it to see if it happens again...
Title: Re: Impressive-looking posting error
Post by: duccarlos on May 12, 2008, 07:27:26 PM
It's a browser issue. You should be able to get through it by simply clearing your cache. If you've never done this and you're using Internet Explorer, you should close all your browsers, go to the Control Panel and select Internet Options. In the newer version you'll see a Delete button on the Browsing History. Delete the first 3 options.
Title: Re: Impressive-looking posting error
Post by: somegirl on May 12, 2008, 10:55:06 PM
Thanks guys, I am using Firefox 2.0.0.11 and Windows XP, nothing exotic.  I have it set to automatically clear the cache each time I end a session.

Quote from: Speeddog on May 12, 2008, 06:49:50 PM
msincredible, making SMF swear like a drunken sailor gets you nominated for troublemaker of the month.

Oooh, I get to be the first! [evil] [laugh]
Title: Re: Impressive-looking posting error
Post by: darylbowden on May 12, 2008, 10:55:26 PM
Quote from: duccarlos on May 12, 2008, 07:27:26 PM
It's a browser issue. You should be able to get through it by simply clearing your cache. If you've never done this and you're using Internet Explorer, you should close all your browsers, go to the Control Panel and select Internet Options. In the newer version you'll see a Delete button on the Browsing History. Delete the first 3 options.

That would cure the symptom, not the problem.  The problem here is that for some reason SMF echoed out the JavaScript source code and instead of it being loaded into memory, it was displayed on the screen.  
Title: Re: Impressive-looking posting error
Post by: Speeddog on May 12, 2008, 11:39:09 PM
Perhaps we can approach this as an isolated intarwebz spasm, and if it happens again, try to track it down?

msincredible, did this happen just once, or is it repeating?
Title: Re: Impressive-looking posting error
Post by: somegirl on May 13, 2008, 08:56:52 AM
So far it was a one-time event.  I also think we should wait on troubleshooting it.