<?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>Dx3webs</title>
	<atom:link href="http://dx3webs.com/front/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Wed, 16 May 2012 14:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Magento fix: while trying to access connect Fatal error: Class Exception not found in Frontend.php on line 90</title>
		<link>http://dx3webs.com/front/2012/05/magento-fix-while-trying-to-access-connect-fatal-error-class-exception-not-found-in-frontend-php-on-line-90/</link>
		<comments>http://dx3webs.com/front/2012/05/magento-fix-while-trying-to-access-connect-fatal-error-class-exception-not-found-in-frontend-php-on-line-90/#comments</comments>
		<pubDate>Wed, 16 May 2012 14:02:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Fatal]]></category>
		<category><![CDATA[Frontend.php]]></category>
		<category><![CDATA[not]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1049</guid>
		<description><![CDATA[Essentially you need to edit the level of error reporting to supress php from throwing this error. so.. index.php change error_reporting(E_ALL &#124; E_STRICT); to  error_reporting(E_ALL &#38; E_STRICT &#38; ~E_DEPRECATED); In lib/Varien/Pear.php error_reporting(E_ALL &#38; ~E_NOTICE); to error_reporting(E_ALL &#38; ~E_NOTICE &#38; ~E_DEPRECATED); 4&#62; downloader/Maged/Pear.php error_reporting(E_ALL &#38; ~E_NOTICE); to error_reporting(E_ALL &#38; ~E_NOTICE &#38; ~E_DEPRECATED);]]></description>
			<content:encoded><![CDATA[<p>Essentially you need to edit the level of error reporting to supress php from throwing this error.</p>
<p>so..</p>
<p>index.php</p>
<p>change</p>
<pre><code>error_reporting(E_ALL | E_STRICT);
</code></pre>
<p>to</p>
<pre><code> error_reporting(E_ALL &amp; E_STRICT &amp; ~E_DEPRECATED);
</code></pre>
<p>In</p>
<p>lib/Varien/Pear.php</p>
<pre><code>error_reporting(E_ALL &amp; ~E_NOTICE);
</code></pre>
<p>to</p>
<pre><code>error_reporting(E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED);
</code></pre>
<p>4&gt; downloader/Maged/Pear.php</p>
<pre><code>error_reporting(E_ALL &amp; ~E_NOTICE);
</code></pre>
<p>to</p>
<pre><code>error_reporting(E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED);</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/05/magento-fix-while-trying-to-access-connect-fatal-error-class-exception-not-found-in-frontend-php-on-line-90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on Magento benchmarking..</title>
		<link>http://dx3webs.com/front/2012/01/notes-on-magento-benchmarking/</link>
		<comments>http://dx3webs.com/front/2012/01/notes-on-magento-benchmarking/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 17:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[fastest]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[optimised]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1037</guid>
		<description><![CDATA[We all know that Magento is a lot more demanding than most e-commerce solutions. Providing a Magento specific hosting environment at a reasonable price is the key to our business. Like other hosts we use a couple of benchmarking sites to help show our hosting prowess. The two key sites are: http://www.magespeedtest.com/ http://magebenchmark.sonassi.com/ Both are [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that Magento is a lot more demanding than most e-commerce solutions. Providing a Magento specific hosting environment at a reasonable price is the key to our business.</p>
<p>Like other hosts we use a couple of benchmarking sites to help show our hosting prowess. The two key sites are:<br />
<a href="http://www.magespeedtest.com/"> http://www.magespeedtest.com/</a><br />
<a href="http://magebenchmark.sonassi.com/"> http://magebenchmark.sonassi.com/</a></p>
<p>Both are useful for different reasons.</p>
<h2>Mage speed test.</h2>
<p>Created by the rather talented <a href="http://www.aschroder.com/">Ashley Schroder</a> mage speed test is essentially a managed Seige benchmark interface. It will take the standard magento sitemap as the input and run tests against random pages within the site.  One of the most useful features is the ability for anyone to test their own setup.  It is very useful for testing in real time, changes to server configs.</p>
<p>The idea was that end users would get a representative idea of what their host could offer. Dx3webs was the second host to join this site and we added a couple of our packages. Shortly after we were noticing that other hosting companies were coming in with load times that could only be achieved with reverse proxy servers. Eventually we decided to add a Varnish enabled option to the list and currently we are neck and neck with two other hosts offering their own cached versions. We are currently using <a href="http://www.magentocommerce.com/magento-connect/cache-extension-powered-by-varnish.html">Cache Extension powered by Varnish</a> which is a free extension. There is also <a href="http://www.magentocommerce.com/magento-connect/pagecache-powered-by-varnish.html">PageCache powered by Varnish</a> which was previously a paid for extension but has recently gone free. We will be testing this in the near future.</p>
<p style="text-align: center;"><a href="http://dx3webs.com/front/wp-content/uploads/2012/01/magento-hosting-benchmarks.jpg"><img class="aligncenter  wp-image-1038" title="magento hosting benchmarks fastest " src="http://dx3webs.com/front/wp-content/uploads/2012/01/magento-hosting-benchmarks.jpg" alt="magento hosting benchmarks" width="526" height="311" /></a></p>
<p>We know form speaking to Ashley that he is keen to ensure that his tests are an accurate reflection of real world tests and that each store needs to be functional to the end user. With the use of these Varnish extensions you can have insanely fast stores AND dynamic content.</p>
<p>One final comment on Mage speed test. Each of the hosts that post on there are highly reputable and enjoy a strong reputation and are active participants in the Magento community. Any of the packages listed on there will be plenty fast to run most magento stores and I don&#8217;t believe most shoppers would spot the difference between a store delivering 15 transactions per second and 30 transactions per second.  At Dx3webs we aim to offer the best possible home for your magento store.  This means not only being able to provide a fast hosting environment but also best possible up time, excellent support and buckets of advice and guidance.</p>
<p>The key thing to recognise is that Magento is demanding, you will need a host who cares about performance and you will have to pay a slight premium for the privilege.</p>
<p>Oh and did you notice that the fastest result in the table is also the cheapest and the only one based in the UK.</p>
<h2>Magento Benchmark</h2>
<p>The original Magento benchmark site has been around for a long time now and is run by Manchester magento developers Sonassi.  Whilst it is not as handy as Mage speed test and aimed exclusively at hosts it goes a long way to give a much better picture of actual server performance that simple Seige tests.  &#8221;Based on levels of 1, 2, 5, 10, 20 and 30 concurrent connections, there will be two tests. Both tests are custom written and have been designed to reflect real-world load not artificial testing such as siege/ab.&#8221;  Full details of the test can be read <a href="http://magebenchmark.sonassi.com/how-we-do-it/">here</a>.</p>
<p style="text-align: center;"><a href="http://dx3webs.com/front/wp-content/uploads/2012/01/magebench.jpg"><img class="size-medium wp-image-1039 aligncenter" title="magebench" src="http://dx3webs.com/front/wp-content/uploads/2012/01/magebench-284x300.jpg" alt="" width="284" height="300" /></a></p>
<p>As you can see from the table, Dx3webs offers excellent value for money on our entry level package.. again, we not only offer the cheapest package but also a generous disk allocation, unlimited traffic and no limits on the domains you can run from your store for less than £15 per month.  Top this off with a free two week trial&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/01/notes-on-magento-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Undefined class constant ‘COUPON_TYPE_NO_COUPON’ in mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php</title>
		<link>http://dx3webs.com/front/2011/11/fatal-error-undefined-class-constant-%e2%80%98coupon_type_no_coupon%e2%80%99-in-varwwwhtmlappcodecoremagesalesrulesqlsalesrule_setupmysql4-upgrade-1-4-0-0-1-1-4-0-0-2-php/</link>
		<comments>http://dx3webs.com/front/2011/11/fatal-error-undefined-class-constant-%e2%80%98coupon_type_no_coupon%e2%80%99-in-varwwwhtmlappcodecoremagesalesrulesqlsalesrule_setupmysql4-upgrade-1-4-0-0-1-1-4-0-0-2-php/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 23:38:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[constant]]></category>
		<category><![CDATA[COUPON_TYPE_NO_COUPON]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Fatal]]></category>
		<category><![CDATA[Undefined]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1032</guid>
		<description><![CDATA[if you are seeing edit change to and to run the upgrade then change the code back agian&#8230; real pain!!]]></description>
			<content:encoded><![CDATA[<p>if you are seeing </p>
<pre class="brush: php; title: ; notranslate">
Fatal error: Undefined class constant ‘COUPON_TYPE_NO_COUPON’ in /var/www/html/app/code/core/Mage/SalesRule/sql/salesrule_setup/mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php
</pre>
<p>edit</p>
<pre class="brush: php; title: ; notranslate">
/var/www/html/app/code/core/Mage/SalesRule/sql/salesrule_setup/mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php
</pre>
<p>change</p>
<pre class="brush: php; title: ; notranslate">'smallint unsigned NOT NULL DEFAULT &quot;' . Mage_SalesRule_Model_Rule::COUPON_TYPE_NO_COUPON . '&quot;'
</pre>
<p>to </p>
<pre class="brush: php; title: ; notranslate">'smallint unsigned NOT NULL DEFAULT &quot;' . 1 . '&quot;'
</pre>
<p>and</p>
<pre class="brush: php; title: ; notranslate">coupon_type = '&quot; . Mage_SalesRule_Model_Rule::COUPON_TYPE_SPECIFIC . &quot;';
</pre>
<p>to</p>
<pre class="brush: php; title: ; notranslate">coupon_type = '&quot; . 2 . &quot;';
</pre>
<p>run the upgrade then change the code back agian&#8230; real pain!!</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/11/fatal-error-undefined-class-constant-%e2%80%98coupon_type_no_coupon%e2%80%99-in-varwwwhtmlappcodecoremagesalesrulesqlsalesrule_setupmysql4-upgrade-1-4-0-0-1-1-4-0-0-2-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magetno fix : Cant add products to admin create order</title>
		<link>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/</link>
		<comments>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 11:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[can't]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[manually]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1029</guid>
		<description><![CDATA[There appears to be a bug in magento 1.5x where by manually creating an order and trying to add a product does not work.  It appears to be an issue with ext-tree.js which is called unnecessarily on this page. To fix edit app/design/adminhtml/default/default/layout/sales.xml &#160; and add like so: &#160;]]></description>
			<content:encoded><![CDATA[<p>There appears to be a bug in magento 1.5x where by manually creating an order and trying to add a product does not work.  It appears to be an issue with ext-tree.js which is called unnecessarily on this page.</p>
<p>To fix edit app/design/adminhtml/default/default/layout/sales.xml</p>
<p>&nbsp;</p>
<p>and add</p>
<pre class="brush: php; title: ; notranslate">

&lt;action method=&quot;removeItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;extjs/ext-tree.js&lt;/name&gt;&lt;/action&gt;
</pre>
<p>like so:</p>
<pre class="brush: php; title: ; notranslate">

&lt;adminhtml_sales_order_create_index&gt;
&lt;reference name=&quot;left&quot;&gt;
&lt;action method=&quot;setIsCollapsed&quot;&gt;&lt;value&gt;true&lt;/value&gt;&lt;/action&gt;
&lt;/reference&gt;
&lt;reference name=&quot;head&quot;&gt;
&lt;action method=&quot;removeItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;extjs/ext-tree.js&lt;/name&gt;&lt;/action&gt;
&lt;action method=&quot;addJs&quot;&gt;&lt;file&gt;mage/adminhtml/sales.js&lt;/file&gt;&lt;/action&gt;
</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/11/magetno-fix-cant-add-products-to-admin-create-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento tip : Image Upload HTTP error</title>
		<link>http://dx3webs.com/front/2011/10/magento-tip-image-upload-http-error-second-post/</link>
		<comments>http://dx3webs.com/front/2011/10/magento-tip-image-upload-http-error-second-post/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:43:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Image Upload HTTP error second post]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1025</guid>
		<description><![CDATA[There are a few possible causes including problems with mod_security.. however, if you are working behind a  .htaccess/.htpasswd files to protect your site, you need to allow POST calls to go through; they’re being blocked b/c the AJAX call doesn’t know to use your cookie. add &#60;LimitExcept POST&#62; Require valid-user &#60;/LimitExcept&#62; to your .htaccess and you should be [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few possible causes including problems with mod_security.. however, if you are working behind a  .htaccess/.htpasswd files to protect your site, you need to allow POST calls to go through; they’re being blocked b/c the AJAX call doesn’t know to use your cookie.</p>
<p>add</p>
<div><code><br />
&lt;LimitExcept POST&gt;<br />
Require valid-user<br />
&lt;/LimitExcept&gt;</code></div>
<p>to your .htaccess and you should be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/10/magento-tip-image-upload-http-error-second-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix : Invalid method Mage_Wishlist_Model_Item::canConfigure(Array</title>
		<link>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/</link>
		<comments>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 22:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[wishlist]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1021</guid>
		<description><![CDATA[This will affect older themes if you are upgrading Magento core, There is a simple fix. 1. Copy wishlish.xml in base/default/layout to your_template/layout 2. Copy the whole wishlist folder in base/default/template to your_template/template 3. Refresh Cache]]></description>
			<content:encoded><![CDATA[<p>This will affect older themes if you are upgrading Magento core,</p>
<p>There is a simple fix.</p>
<p>1. Copy wishlish.xml in base/default/layout to your_template/layout<br />
2. Copy the whole wishlist folder in base/default/template to your_template/template<br />
3. Refresh Cache</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/10/magento-fix-invalid-method-mage_wishlist_model_itemcanconfigurearray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a multi-store setup in Magento</title>
		<link>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/</link>
		<comments>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:11:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[magneto]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[multistore]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[second]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1018</guid>
		<description><![CDATA[Provided you do not need an ssl cert for each domain it is relatively straight forward to create a multi-store setup. 1) configure magento. In system &#62; manage stores Add a new website, store and store view for your new site. Remember the code for the website. 2) Create a domain alias for you new [...]]]></description>
			<content:encoded><![CDATA[<p>Provided you do not need an ssl cert for each domain it is relatively straight forward to create a multi-store setup.</p>
<p>1) configure magento.</p>
<p>In system &gt; manage stores</p>
<p>Add a new website, store and store view for your new site. Remember the code for the website.</p>
<p>2) Create a domain alias for you new domain pointing to your existing domain.</p>
<p>3) Add a little logic to index.php</p>
<pre class="brush: php; title: ; notranslate">

umask(0);

if ($_SERVER['HTTP_HOST'] == &quot;newdomain.com&quot; || $_SERVER['HTTP_HOST'] == &quot;www.newdomain.com&quot;){
$_SERVER[&quot;MAGE_RUN_CODE&quot;] = &quot;website_code&quot;;
$_SERVER[&quot;MAGE_RUN_TYPE&quot;] = &quot;website&quot;;
}

/* Store or website code */
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';

/* Run store or run website */
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';

Mage::run($mageRunCode, $mageRunType);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/09/create-a-multi-store-setup-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Maintenance</title>
		<link>http://dx3webs.com/front/2011/09/network-maintenance/</link>
		<comments>http://dx3webs.com/front/2011/09/network-maintenance/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 23:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1015</guid>
		<description><![CDATA[Dear Customer, &#160; Due to some on going issues within our Maidenhead dedicated server platform we will be performing an emergency upgrade of one of our routers this evening. This work is being completed with the assistance of our vendor who has been analysing the output and believes this work should resolve the matter. &#160; [...]]]></description>
			<content:encoded><![CDATA[<div id="post-794">
<div>
<p>Dear Customer,</p>
<p>&nbsp;</p>
<p>Due to some on going issues within our Maidenhead dedicated server platform we will be performing an emergency upgrade of one of our routers this evening. This work is being completed with the assistance of our vendor who has been analysing the output and believes this work should resolve the matter.</p>
<p>&nbsp;</p>
<p>Start: Tuesday 13th September 2011 22:00 BST (GMT +1)</p>
<p>End: Tuesday 13th September 2011 23:39 BST (GMT +1)</p>
<p>&nbsp;</p>
<p>We will update you all here in this thread.</p>
<p>&nbsp;</p>
<p>Many thanks,</p>
<p>Support Team</p>
</div>
<div>This entry is filed under <a title="View all posts in Network" href="http://euk-status.com/category/network" rel="category tag">Network</a>.</div>
</div>
<div id="single">
<div>
<h3 id="comments"></h3>
<ol>
<li id="comment-157">
<div id="div-comment-157">
<div>UPDATE</div>
<div><a href="http://euk-status.com/emergency-maintenance#comment-157">13/09/2011 at 10:48 PM</a></div>
<p>Dear Customers,</p>
<p>This evenings maintenance has been aborted due to technical difficulties. We have captured data at our vendors requests and will continue to work with them to provide a long term resolution to the issues currently observed.</p>
<p>&nbsp;</p>
</div>
</li>
</ol>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/09/network-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento fix: Fatal error: Method Varien_Object::__tostring() cannot take arguments in /magento/lib/Varien/Object.php</title>
		<link>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/</link>
		<comments>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 20:46:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[explode]]></category>
		<category><![CDATA[Fatal error: Method Varien_Object::__tostring()]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[toString]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1006</guid>
		<description><![CDATA[If you are transferring older version of Magento to new servers or if you have upgraded your version of php to 5.3.3+ you will find some fatal errors while working with 1.3x versions of Magneto. There are 3 lines you will need to change in core code: 1) /lib/Varien/Object.php (Line 484) replace __toString with __invoke [...]]]></description>
			<content:encoded><![CDATA[<p>If you are transferring older version of Magento to new servers or if you have upgraded your version of php to 5.3.3+ you will find some fatal errors while working with 1.3x versions of Magneto.  There are 3 lines you will need to change in core code:</p>
<p>1) /lib/Varien/Object.php (Line 484)<br />
replace __toString<br />
with __invoke</p>
<p>2) /app/code/core/Mage/Core/Controller/Request/Http.php (Line 274)<br />
replace split<br />
with explode</p>
<p>3) app/code/core/Mage/Admin/Model/User.php (Line 374)<br />
replace split<br />
with explode</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/08/magento-fix-fatal-error-method-varien_object__tostring-cannot-take-arguments-in-magentolibvarienobject-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento fix : Local file doesn&#8217;t exist</title>
		<link>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/</link>
		<comments>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Local file doesn't exist]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=989</guid>
		<description><![CDATA[If you have upgraded your magento or coppied it across from dev to live or live to dev you may find that Magento connect is throwing &#8220;Local file doesn&#8217;t exist:&#8221; error. This is generated from lib/Mage/Connect/Ftp.php. The error occurs if you have oped to use the new ftp connection method for magento connect. This is [...]]]></description>
			<content:encoded><![CDATA[<p>If you have upgraded your magento or coppied it across from dev to live or live to dev you may find that Magento connect is throwing &#8220;Local file doesn&#8217;t exist:&#8221; error.  This is generated from lib/Mage/Connect/Ftp.php.  The error occurs if you have oped to use the new ftp connection method for magento connect.  This is a long sought after method of using connect but this is the down side.  Rather than store your ftp date in the database the Magento team have opted to store this info in a file&#8230; downloader/connect.cfg to be precise.</p>
<p>This is a text file which you will see contains the info you used when setting up Connect.  Make the necessary changes to this to reflect the new server location.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2011/08/magento-fix-local-file-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

