<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wrassemedia</title>
	<atom:link href="http://wrassemedia.net/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wrassemedia.net/weblog</link>
	<description>web design - web development - web hosting</description>
	<lastBuildDate>Fri, 26 Aug 2011 04:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress 3 Critical Security Update</title>
		<link>http://wrassemedia.net/weblog/2011/01/01/wordpress-3-critical-secuirty-update/</link>
		<comments>http://wrassemedia.net/weblog/2011/01/01/wordpress-3-critical-secuirty-update/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 15:11:44 +0000</pubDate>
		<dc:creator>dg</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wrassemedia.net/weblog/?p=10</guid>
		<description><![CDATA[WordPress has issued an important secuirty update as a XSS (Cross Site Scripting) vulnerability has been discovered in WordPress 3 code in the HTML sanitization library, called KSES. This has been rated as critical all all WordPress 3 users should &#8230; <a href="http://wrassemedia.net/weblog/2011/01/01/wordpress-3-critical-secuirty-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress has issued an important secuirty update as a XSS (Cross Site Scripting) vulnerability has been discovered in WordPress 3 code in the HTML sanitization library, called KSES.</p>
<p>This has been rated as critical all all WordPress 3 users should update immediatley to verion 3.0.4 through the update page in the WordPress dashboard or  for full details and download visit <a href="http://wordpress.org/news/2010/12/3-0-4-update/">WordPress 3.0.4 Important Security Update</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wrassemedia.net/weblog/2011/01/01/wordpress-3-critical-secuirty-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t login to magento admin? Might be an aheadWorks extension.</title>
		<link>http://wrassemedia.net/weblog/2010/09/29/cant-login-to-magento-admin-might-be-an-aheadworks-extension/</link>
		<comments>http://wrassemedia.net/weblog/2010/09/29/cant-login-to-magento-admin-might-be-an-aheadworks-extension/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 11:09:11 +0000</pubDate>
		<dc:creator>dg</dc:creator>
				<category><![CDATA[Magento eCommerce]]></category>

		<guid isPermaLink="false">http://wrassemedia.net/weblog/?p=7</guid>
		<description><![CDATA[Couldn&#8217;t load the magento admin page this morning for a clients website, this is the second time this has happened and if you are a user of any of the aheadworks extensions this may be happening to you also and &#8230; <a href="http://wrassemedia.net/weblog/2010/09/29/cant-login-to-magento-admin-might-be-an-aheadworks-extension/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Couldn&#8217;t load the magento admin page this morning for a clients website, this is the second time this has happened and if you are a user of any of the aheadworks extensions this may be happening to you also and the cause seems to be that the aheadworks magento website: http://ecommerce.aheadworks.com/ is currently down (The connection has timed out).</p>
<p>When you login to magento admin and have a aheadworks extension installed, the extension tries to connect to the aheadworks server to see if there are any notification messages,. if the server can&#8217;t be found i.e. the connection times out, the magento admin page just won&#8217;t load.</p>
<p>The quick solution is to stop the aheadworks extension from trying to contact the server:</p>
<p>app/code/local/AW/All/Helper/Config.php</p>
<p>Remove the reference to their server:</p>
<p>class AW_All_Helper_Config extends Mage_Core_Helper_Abstract{<br />
const EXTENSIONS_FEED_URL = &#8221;;/*&#8217;http://ecommerce.aheadworks.com/extensions.xml&#8217;*/<br />
const UPDATES_FEED_URL = &#8221;;/*&#8217;http://ecommerce.aheadworks.com/updates.xml&#8217;;*/<br />
}</p>
<p>I also comment out the reference in the AW/All/etc/config.xml file as well, just to make sure:</p>
<p>&lt;default&gt;<br />
&lt;awall&gt;<br />
&lt;!&#8211;&lt;feed&gt;<br />
&lt;url&gt;ecommerce.aheadworks.com/blog/feed/?tag=feed&amp;amp;community=1&lt;/url&gt;<br />
&lt;use_https&gt;0&lt;/use_https&gt;<br />
&lt;check_frequency&gt;86400&lt;/check_frequency&gt;<br />
&lt;enabled&gt;1&lt;/enabled&gt;<br />
&lt;interests&gt;INFO,PROMO,UPDATE_RELEASE,NEW_RELEASE,INSTALLED_UPDATE&lt;/interests&gt;<br />
&lt;/feed&gt;&#8211;&gt;<br />
&lt;/awall&gt;<br />
&lt;/default&gt;</p>
<p>This did the job and the client can login to magento admin again.</p>
<p>Why aheadworks, why!</p>
<p>Why prevent users from logging in to magento admin because your server is down, how stupid is that!</p>
]]></content:encoded>
			<wfw:commentRss>http://wrassemedia.net/weblog/2010/09/29/cant-login-to-magento-admin-might-be-an-aheadworks-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

