<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magento Sites Go Down if Magentocommerce.com Goes Down</title>
	<atom:link href="http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:49:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Rafael Kutscha</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-2178</link>
		<dc:creator>Rafael Kutscha</dc:creator>
		<pubDate>Tue, 26 Jan 2010 10:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-2178</guid>
		<description>Just change URL to your local server in: /app/code/core/Mage/AdminNotification/etc/config.xml

Regards,
Rafael</description>
		<content:encoded><![CDATA[<p>Just change URL to your local server in: /app/code/core/Mage/AdminNotification/etc/config.xml</p>
<p>Regards,<br />
Rafael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1378</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1378</guid>
		<description>Ah yeah that sounds cleaner.. only thing is this bug prevents you from getting into the admin which was why i resorted to hacking the core.

But to totally prevent it in future that would work.</description>
		<content:encoded><![CDATA[<p>Ah yeah that sounds cleaner.. only thing is this bug prevents you from getting into the admin which was why i resorted to hacking the core.</p>
<p>But to totally prevent it in future that would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1374</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1374</guid>
		<description>I just go in to System-&gt;Advanced and disable the Admin Notifications module. That fixes it for me.</description>
		<content:encoded><![CDATA[<p>I just go in to System-&gt;Advanced and disable the Admin Notifications module. That fixes it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1348</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1348</guid>
		<description>OK this bug reared its head again.

To disable the feed get thing 

As a quick and dirty fix I have used the following:

[php]
    /**
     * Check feed for modification
     *
     * @return Mage_AdminNotification_Model_Feed
     */
    public function checkUpdate()
    {
        return $this;
[/php]

in app/code/core/Mage/AdminNotification/Model/Feed.php</description>
		<content:encoded><![CDATA[<p>OK this bug reared its head again.</p>
<p>To disable the feed get thing </p>
<p>As a quick and dirty fix I have used the following:</p>
<div class="igBar"><span id="lphp-1"><a href="#" onclick="javascript:showPlainTxt('php-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-1">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">/**</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">&nbsp; &nbsp; &nbsp;* Check feed for modification</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">&nbsp; &nbsp; &nbsp;*</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">&nbsp; &nbsp; &nbsp;* @return Mage_AdminNotification_Model_Feed</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">&nbsp; &nbsp; &nbsp;*/</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; public <span style="color:#000000; font-weight:bold;">function</span> checkUpdate<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#616100;">return</span> <span style="color:#0000FF;">$this</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>in app/code/core/Mage/AdminNotification/Model/Feed.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1292</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 May 2009 10:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1292</guid>
		<description>magento site is down right now and admin is still working so this bug is evidently fixed :-)</description>
		<content:encoded><![CDATA[<p>magento site is down right now and admin is still working so this bug is evidently fixed <img src='http://www.edmondscommerce.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1288</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 May 2009 08:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1288</guid>
		<description>Yes definitely happened, May well be fixed in the latest version.  I never did get around to tracking down the problem.</description>
		<content:encoded><![CDATA[<p>Yes definitely happened, May well be fixed in the latest version.  I never did get around to tracking down the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.edmondscommerce.co.uk/magento/magento-sites-go-down-if-magentocommercecom-goes-down/comment-page-1/#comment-1285</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 07 May 2009 21:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=331#comment-1285</guid>
		<description>Are sure?  I can&#039;t seem to replicate working off 1.3.0.

In Mage_AdminNotification_Model_Feed I disabled the cache timing, then tried modifying getFeedUrl() to a non-existent URL.</description>
		<content:encoded><![CDATA[<p>Are sure?  I can't seem to replicate working off 1.3.0.</p>
<p>In Mage_AdminNotification_Model_Feed I disabled the cache timing, then tried modifying getFeedUrl() to a non-existent URL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

