<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: amazon-machine-tags</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: amazon-machine-tags</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 09:23:27 +0000</pubDate>

<item>
<title>kliehm on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-1263383</link>
<pubDate>Thu, 29 Oct 2009 16:35:43 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">1263383@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@olederer do you know what IP address your machine uses?
&#60;/p&#62;</description>
</item>
<item>
<title>olederer on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-1262629</link>
<pubDate>Wed, 28 Oct 2009 22:47:31 +0000</pubDate>
<dc:creator>olederer</dc:creator>
<guid isPermaLink="false">1262629@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi I get this error on a normal web server, sure it's a shared host.&#60;/p&#62;
&#60;p&#62;is it possible to disable the test? I can't see any tags now
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-1178246</link>
<pubDate>Mon, 17 Aug 2009 22:06:06 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">1178246@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@alastairmayer Well, I took the private IP ranges as defined by the HTTP spec. That wasn't for simplicity, but the most logical choice. By definition those IP addresses aren't unique or in a registry, so I wonder how Amazon could look those up and resolve them to your server?&#60;/p&#62;
&#60;p&#62;The affected files are the XSL files. This was a very common error until I implemented this message as people often test-installed the plugin locally where no access was possible for the Amazon API. The reason for this approach is that Amazon can transform the results; I thought that is more reliable and reproducable than relying on an XSL transformation on a users' server where the environment and processor is unknown.
&#60;/p&#62;</description>
</item>
<item>
<title>alastairmayer on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-1174409</link>
<pubDate>Fri, 14 Aug 2009 00:15:25 +0000</pubDate>
<dc:creator>alastairmayer</dc:creator>
<guid isPermaLink="false">1174409@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The problem here is the simple-minded function &#60;code&#62;test_status()&#60;/code&#62; in &#60;code&#62;amtap.php&#60;/code&#62;, which blindly assumes that private range IPs aren't accessible from the internet. This may be true for &#60;code&#62;localhost&#60;/code&#62; (the function checks for IP's starting with 127), but it is &#60;em&#62;not necessarily&#60;/em&#62; true for e.g. 10.x.x.x or 192.168.x.x IPs (which it also checks for), because they may be behind a NAT firewall (as mine is, for example).  This is perfectly okay by internet standards.&#60;/p&#62;
&#60;p&#62;If you know PHP you can just bypass this test by hardcoding &#60;code&#62;$bIsLocal&#60;/code&#62; to false, although that's a very quick and dirty solution.  (More elegant might be to get the hostname and look up the public IP, but even that won't work if your web server is hosting virtual domains.)&#60;/p&#62;
&#60;p&#62;I made this change and have (apparently) no problem with accessing the AWS information.  Of course it might help to know just what file Amazon wants to access so that we can check ourselves (via a browser or wget) if it's accessible.
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-1086328</link>
<pubDate>Fri, 29 May 2009 09:36:45 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">1086328@http://wordpress.org/support/</guid>
<description>&#60;p&#62;As I said, your server needs to be connected to the Internet on a domain so that Amazon can fetch the XSL file. If you run your own server at &#60;code&#62;localhost&#60;/code&#62; that is not possible. In the meantime I changed the error messages so that they give a more detailed feedback on the cause of the error. Still you need to run the plugin on a real web server with an IP address and DNS entry connected to a domain.
&#60;/p&#62;</description>
</item>
<item>
<title>ed4becky on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-940669</link>
<pubDate>Tue, 30 Dec 2008 23:01:34 +0000</pubDate>
<dc:creator>ed4becky</dc:creator>
<guid isPermaLink="false">940669@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am not ssure what you men by MU.  &#60;/p&#62;
&#60;p&#62;It is a single install on my own server sitting in my home.
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-940266</link>
<pubDate>Tue, 30 Dec 2008 14:59:38 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">940266@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@ed4becky: you confused me with that mapping orgy... Anyway, does that mean you are using WordPress MU, or the single install of WordPress? Recently I tried to use my plugin on a MU site, and I had a similar error. However, there were none with ordinary WordPress installs.
&#60;/p&#62;</description>
</item>
<item>
<title>ed4becky on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-930427</link>
<pubDate>Fri, 19 Dec 2008 01:48:08 +0000</pubDate>
<dc:creator>ed4becky</dc:creator>
<guid isPermaLink="false">930427@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same error, but I believe I am on a public IP.&#60;/p&#62;
&#60;p&#62;ed4becky.dnsalias.org/jupiterthree is my dynamic site.&#60;/p&#62;
&#60;p&#62;I map ed4becky.org/jupiterthree to it and map jupiterthree.com to ed4becky.org/jupiterthree.&#60;/p&#62;
&#60;p&#62;I get a cannot fetch error like above.&#60;/p&#62;
&#60;p&#62;Suggested trouble shooting approach?
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-925645</link>
<pubDate>Mon, 15 Dec 2008 08:59:46 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">925645@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm sorry you're having trouble getting started. Indeed your question is not in the FAQ (yet), but there is detailed information about this on the plugin homepage.&#60;/p&#62;
&#60;p&#62;The error message means you are running the blog on something like &#60;code&#62;localhost&#60;/code&#62;. AWS needs to get an XML file from your server, obviously that is impossible when it's not located on a server that can be accessed with a public IP address from the outside.
&#60;/p&#62;</description>
</item>
<item>
<title>Messire Loup on "[Plugin: Amazon Machine Tags] Error"</title>
<link>http://wordpress.org/support/topic/225496#post-925160</link>
<pubDate>Sun, 14 Dec 2008 21:46:32 +0000</pubDate>
<dc:creator>Messire Loup</dc:creator>
<guid isPermaLink="false">925160@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Getting this error:&#60;br /&#62;
Your server is located in a private IP address space. Amazon Web Services cannot fetch the file that is required to validate the access key.&#60;/p&#62;
&#60;p&#62;Could not find the slightest hint about how to even start resolving the problem...&#60;/p&#62;
&#60;p&#62;This plugin still needs work
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "Sidebar issues in 1.1.1"</title>
<link>http://wordpress.org/support/topic/153418#post-685995</link>
<pubDate>Fri, 01 Feb 2008 14:55:27 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">685995@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Shageman,&#60;/p&#62;
&#60;p&#62;sorry for the late reply, I didn't monitor this page. Why didn't you post on the plugin's page? Anyway, I think I fixed the problem, but I can't test it because I have no idea which widget you are referring to. Could you please provide a link?&#60;/p&#62;
&#60;p&#62;Thanks, Martin
&#60;/p&#62;</description>
</item>
<item>
<title>shageman on "Sidebar issues in 1.1.1"</title>
<link>http://wordpress.org/support/topic/153418#post-681842</link>
<pubDate>Thu, 24 Jan 2008 16:05:00 +0000</pubDate>
<dc:creator>shageman</dc:creator>
<guid isPermaLink="false">681842@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Tried to use this plugin in the sidebar. Doesn't work if you put the &#38;lt;?php AMTAP::get_items(); ?&#38;gt; after the &#34;Latest posts&#34; widget. After this widget the current post ID is set to the ID of the last entry of that list.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/amazon-machine-tags/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/amazon-machine-tags/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kliehm on "Amazon Machine Tags: Upgrade to version 1.06 breaks this plug-in"</title>
<link>http://wordpress.org/support/topic/150495#post-672729</link>
<pubDate>Mon, 07 Jan 2008 23:10:45 +0000</pubDate>
<dc:creator>kliehm</dc:creator>
<guid isPermaLink="false">672729@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It still worked in posts and in the sidebar, alas there was a bug that prevented the display of items on the home page. That is fixed in version 1.1.0 now.
&#60;/p&#62;</description>
</item>
<item>
<title>minstrel on "Amazon Machine Tags: Upgrade to version 1.06 breaks this plug-in"</title>
<link>http://wordpress.org/support/topic/150495#post-671761</link>
<pubDate>Sat, 05 Jan 2008 22:38:37 +0000</pubDate>
<dc:creator>minstrel</dc:creator>
<guid isPermaLink="false">671761@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I was using Amazon Machine Tags version 1.04 which was working well on WordPress version 2.32.&#60;/p&#62;
&#60;p&#62;When I saw the notice on my ACP plug-ins page, I upgraded to 1.06. The plug-in no longer worked - no jacket image, no link, nothing - everything just vanished.&#60;/p&#62;
&#60;p&#62;I re-uploaded Amazon Machine Tags version 1.04 (I've gotten into the habit of saving previous working versions for Wordpress and vBulletin plug-ins) to my server and everything works again.&#60;/p&#62;
&#60;p&#62;Nothing else has changed on my blog.&#60;/p&#62;
&#60;p&#62;I conclude that there's an error in your upgrade.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
