<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/9.9.9" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Explorer system error: -1072896658</title>
	<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/</link>
	<description>Development of Panoramio, a mash-up of Google Maps and geopositioned photos</description>
	<pubDate>Fri, 25 Jul 2008 21:32:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=9.9.9</generator>

	<item>
		<title>by: Tushar</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-987</link>
		<pubDate>Fri, 27 Apr 2007 07:47:56 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-987</guid>
					<description>throughs an error System error 1072896658

I have declared the object as
var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 

it works for IE version 6.0.2600 but not for IE version 6.0.2800.

Pls help me

i coudnlt find out what this error means.</description>
		<content:encoded><![CDATA[<p>throughs an error System error 1072896658</p>
<p>I have declared the object as<br />
var xmlhttp = new ActiveXObject(&#8221;Msxml2.XMLHTTP&#8221;); </p>
<p>it works for IE version 6.0.2600 but not for IE version 6.0.2800.</p>
<p>Pls help me</p>
<p>i coudnlt find out what this error means.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: loony</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-970</link>
		<pubDate>Tue, 10 Apr 2007 08:46:34 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-970</guid>
					<description>Add a file called .htaccess to your websites rootdirectory if you are using apache (or your isp uses apache) and it's delivering the wrong charset (like utf8 instead of utf-8 as IE expects it) with the following content:

AddCharset utf-8 .php

(or any other extension that might be useful in your context.

See
http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp
and
http://www.w3.org/International/questions/qa-htaccess-charset
for more information on character encoding issues!</description>
		<content:encoded><![CDATA[<p>Add a file called .htaccess to your websites rootdirectory if you are using apache (or your isp uses apache) and it&#8217;s delivering the wrong charset (like utf8 instead of utf-8 as IE expects it) with the following content:</p>
<p>AddCharset utf-8 .php</p>
<p>(or any other extension that might be useful in your context.</p>
<p>See<br />
<a href="http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp" rel="nofollow">http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp</a><br />
and<br />
<a href="http://www.w3.org/International/questions/qa-htaccess-charset" rel="nofollow">http://www.w3.org/International/questions/qa-htaccess-charset</a><br />
for more information on character encoding issues!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pyronhell</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-955</link>
		<pubDate>Tue, 03 Apr 2007 13:33:03 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-955</guid>
					<description>You can set the content-type with php:

At line 1 of your requested file with XMLHttpRequest
(change text/html with text/plain if required).

See ya!</description>
		<content:encoded><![CDATA[<p>You can set the content-type with php:</p>
<p>At line 1 of your requested file with XMLHttpRequest<br />
(change text/html with text/plain if required).</p>
<p>See ya!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kuroki Kaze</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-952</link>
		<pubDate>Mon, 02 Apr 2007 09:04:11 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-952</guid>
					<description>THANK YOU MAN!!!!!! It was the encoding.... i had serious troubles with russian language pages (hehehheehe) :)</description>
		<content:encoded><![CDATA[<p>THANK YOU MAN!!!!!! It was the encoding&#8230;. i had serious troubles with russian language pages (hehehheehe) <img src='http://www.panoramio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eugene</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-926</link>
		<pubDate>Fri, 23 Mar 2007 13:41:26 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-926</guid>
					<description>Thank you! 
This post saved my nerves :)
It was just encoding, damn!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
This post saved my nerves <img src='http://www.panoramio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It was just encoding, damn!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ot4eto</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-865</link>
		<pubDate>Tue, 13 Feb 2007 13:49:06 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-865</guid>
					<description>The Exact command is:
  http_request.setRequestHeader('Content-type', 'text/plain;charset=UTF-8;');

where http_request is instance of XMLHttpRequest object.</description>
		<content:encoded><![CDATA[<p>The Exact command is:<br />
  http_request.setRequestHeader(&#8217;Content-type&#8217;, &#8216;text/plain;charset=UTF-8;&#8217;);</p>
<p>where http_request is instance of XMLHttpRequest object.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Philipp Jardas</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-724</link>
		<pubDate>Mon, 18 Dec 2006 13:29:54 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-724</guid>
					<description>Thanks for that concise description of the problem. I hope MSIE would be that verbose... =) For your general amusement: In our current setup we use an Oracle Application Server which does not only send different default encoding headers on different platforms, it even send ISO-8859-1 as "ISO-8859_1" (note the underscore) which wrecked the pages when requested via AJAX, but not when requested directly. You have to manually set the content type in your servlet or JSP or whatever you are using.</description>
		<content:encoded><![CDATA[<p>Thanks for that concise description of the problem. I hope MSIE would be that verbose&#8230; =) For your general amusement: In our current setup we use an Oracle Application Server which does not only send different default encoding headers on different platforms, it even send ISO-8859-1 as &#8220;ISO-8859_1&#8243; (note the underscore) which wrecked the pages when requested via AJAX, but not when requested directly. You have to manually set the content type in your servlet or JSP or whatever you are using.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joe</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-681</link>
		<pubDate>Fri, 08 Sep 2006 14:57:55 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-681</guid>
					<description>Phew... unlike the former commenters, I have already spent two (!) days over TCP dumps of http requests from both Firefox and MSIE.

I was looking for some hint why on earth IE falied where Firfo just worked. And then I noticed the supid "error big negative number", nicely tucked away in a try{} catch{} block.

Going to have someone change the apache conf - glad that finally there *is* an explanation - thanks a million!

Oh, and by the way, if you need dumps of your tcp traffic, tcpflow is a nice command line utility (compiles fine on Mac OSX).</description>
		<content:encoded><![CDATA[<p>Phew&#8230; unlike the former commenters, I have already spent two (!) days over TCP dumps of http requests from both Firefox and MSIE.</p>
<p>I was looking for some hint why on earth IE falied where Firfo just worked. And then I noticed the supid &#8220;error big negative number&#8221;, nicely tucked away in a try{} catch{} block.</p>
<p>Going to have someone change the apache conf - glad that finally there *is* an explanation - thanks a million!</p>
<p>Oh, and by the way, if you need dumps of your tcp traffic, tcpflow is a nice command line utility (compiles fine on Mac OSX).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Raj Kanagaraj</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-183</link>
		<pubDate>Mon, 17 Apr 2006 20:20:00 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-183</guid>
					<description>This article saved me tons of time. I was about to give up. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This article saved me tons of time. I was about to give up. Thanks a lot.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marcos B.L.</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-163</link>
		<pubDate>Wed, 15 Feb 2006 17:20:29 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-163</guid>
					<description>Funny captcha ... and great tip, thank you for saving me from my last two hours of frustation. :)</description>
		<content:encoded><![CDATA[<p>Funny captcha &#8230; and great tip, thank you for saving me from my last two hours of frustation. <img src='http://www.panoramio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
