<?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>Sat, 09 Mar 2013 09:34:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Fix php not able to connect to remote servers</title>
		<link>http://dx3webs.com/front/2013/02/fix-php-not-able-to-connect-to-remote-servers/</link>
		<comments>http://dx3webs.com/front/2013/02/fix-php-not-able-to-connect-to-remote-servers/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 10:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1086</guid>
		<description><![CDATA[This is an annoying one. In this case running Centos 6.3 Generally you will find that php will run fix but any time a call is made to an external sites  the connection cannot be made. Interestingly this seems to affect php running as fastgci but not mod_php. Symptoms include: WordPress plugin page  &#8221;An unexpected error occurred. [...]]]></description>
				<content:encoded><![CDATA[<p>This is an annoying one. In this case running Centos 6.3 Generally you will find that php will run fix but any time a call is made to an external sites  the connection cannot be made. Interestingly this seems to affect php running as fastgci but not mod_php.</p>
<p>Symptoms include:</p>
<p>WordPress plugin page</p>
<blockquote><p> &#8221;An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.&#8221;</p></blockquote>
<p>Magento Cant connect to external Payment Gateways</p>
<p>&nbsp;</p>
<p>In this case the culprit was SELinix</p>
<p>The answer is to run:</p>
<p>setsebool -P httpd_can_network_connect=1</p>
<p>This allows Apache to open ports to remote servers.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/02/fix-php-not-able-to-connect-to-remote-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide title in mystique theme</title>
		<link>http://dx3webs.com/front/2013/01/hide-title-in-mystique-theme/</link>
		<comments>http://dx3webs.com/front/2013/01/hide-title-in-mystique-theme/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 10:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[mystique]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1079</guid>
		<description><![CDATA[We love the mystique theme for wordpress. It is a great base upon which to build a site. There a a whole host of useful features build right into the template including a nice switch that looks for a Custom field &#8220;hide_title&#8221;  like so:]]></description>
				<content:encoded><![CDATA[<p>We love the <a href="http://digitalnature.eu/themes/mystique/">mystique</a> theme for wordpress. It is a great base upon which to build a site. There a a whole host of useful features build right into the template including a nice switch that looks for a Custom field &#8220;hide_title&#8221;  like so:</p>
<p><a href="http://dx3webs.com/front/wp-content/uploads/2013/01/mystique.png"><img class="aligncenter size-medium wp-image-1082" alt="mystique" src="http://dx3webs.com/front/wp-content/uploads/2013/01/mystique-300x95.png" width="300" height="95" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/01/hide-title-in-mystique-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql ghost tables, Schrödinger&#8217;s table, Table  &#8216;xxx&#8217; doesn&#8217;t exist but Table &#8216;xxx&#8217; already exists</title>
		<link>http://dx3webs.com/front/2012/12/mysql-ghost-tables-schrodingers-table-table-xxx-doesnt-exist-but-table-xxx-already-exists/</link>
		<comments>http://dx3webs.com/front/2012/12/mysql-ghost-tables-schrodingers-table-table-xxx-doesnt-exist-but-table-xxx-already-exists/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 10:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1074</guid>
		<description><![CDATA[There are a number of cases where mysql databases crash during an operation which leaves damaged tables behind. &#160; Typical symptoms include: Cant dump the database using mysqldump as you get LOCK errors Cant delate the table as it does not exist Cant create the table as table already exists You will also generally see [...]]]></description>
				<content:encoded><![CDATA[<p>There are a number of cases where mysql databases crash during an operation which leaves damaged tables behind.</p>
<p>&nbsp;</p>
<p>Typical symptoms include:</p>
<p>Cant dump the database using mysqldump as you get LOCK errors</p>
<p>Cant delate the table as it does not exist</p>
<p>Cant create the table as table already exists</p>
<p>You will also generally see a lot of errors in my mysql error log.</p>
<p>Your INNODB table file may be severely bloated to 2 &#8211; 3 x the total space of your database.</p>
<p>&nbsp;</p>
<p>In order to fix you will need to locate the actual files that make up your database typically /var/lib/mysql/databasename</p>
<p>&nbsp;</p>
<p>For the broken table only.. remove all files associated with that table name. Note that a healthy INNODB table should have two entries.  In the case of ghost tables there will probably only be 1.  As soon as you have deleted the file use mysqldump to copy the database.</p>
<pre class="brush: php; title: ; notranslate">mysqldump -u box -p databasename &gt; databsename.sql</pre>
<p>&nbsp;</p>
<p>Now reimport the database to a new Database.  Now you can recreate your table. Remove the old database as it will still be causing issues.  You may have to delete all files within the database folder and then issue the drop command.</p>
<pre class="brush: php; title: ; notranslate">mysql -u box -p newdatabase &lt; databsename.sql</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/12/mysql-ghost-tables-schrodingers-table-table-xxx-doesnt-exist-but-table-xxx-already-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk fastcgi  Premature end of script headers: cgi_wrapper</title>
		<link>http://dx3webs.com/front/2012/11/plesk-fastcgi-premature-end-of-script-headers-cgi_wrapper/</link>
		<comments>http://dx3webs.com/front/2012/11/plesk-fastcgi-premature-end-of-script-headers-cgi_wrapper/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 09:54:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[cgi_wrapper]]></category>
		<category><![CDATA[fast-cgi. suexec]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Premature end of script headers]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1068</guid>
		<description><![CDATA[Looks like some versions of plesk (or perhaps a micro-update) have an issue when you set the site to run as fastcgi.  Typical symptoms include all php generated files will throw a 500 error.  If you look in error_log you wil see something like: or If you look in the suexec log :  /var/log/httpd/suexec_log You will [...]]]></description>
				<content:encoded><![CDATA[<p>Looks like some versions of plesk (or perhaps a micro-update) have an issue when you set the site to run as fastcgi.  Typical symptoms include all php generated files will throw a 500 error.  If you look in error_log you wil see something like:<span id="more-1068"></span></p>
<pre class="brush: php; title: ; notranslate">Premature end of script headers: index.php

(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server</pre>
<p>or</p>
<pre class="brush: php; title: ; notranslate">Premature end of script headers: cgi_wrapper

Directory index forbidden by Options directive: /var/www/vhosts/mysite.com/httpdocs/</pre>
<p>If you look in the suexec log : <em> /var/log/httpd/suexec_log</em></p>
<p>You will see something like:</p>
<pre class="brush: php; title: ; notranslate">

file has no execute permission: (/var/www/cgi-bin/cgi_wrapper/cgi_wrapper)

</pre>
<p>Simple fix :</p>
<pre class="brush: php; title: ; notranslate">chmod 755  /var/www/cgi-bin/cgi_wrapper/cgi_wrapper</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/11/plesk-fastcgi-premature-end-of-script-headers-cgi_wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sql to clear out all products (Reset / Delete magento category / products by SQL for magento version 1.7)</title>
		<link>http://dx3webs.com/front/2012/10/sql-to-clear-out-all-products-reset-delete-magento-category-products-by-sql-for-magento-version-1-7/</link>
		<comments>http://dx3webs.com/front/2012/10/sql-to-clear-out-all-products-reset-delete-magento-category-products-by-sql-for-magento-version-1-7/#comments</comments>
		<pubDate>Fri, 19 Oct 2012 10:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1063</guid>
		<description><![CDATA[Should you ever need a nuclear option for clearing out product data.. Check out imranul hoque&#8217;s blog at :http://www.imranulhoque.com/magento/reset-delete-magento-category-products-by-sql-for-magento-version-1-7/comment-page-1/#comment-5826 Very useful if you are testing import scripts.]]></description>
				<content:encoded><![CDATA[<p>Should you ever need a nuclear option for clearing out product data..</p>
<p>Check out imranul hoque&#8217;s blog at :<a href="http://www.imranulhoque.com/magento/reset-delete-magento-category-products-by-sql-for-magento-version-1-7/comment-page-1/#comment-5826">http://www.imranulhoque.com/magento/reset-delete-magento-category-products-by-sql-for-magento-version-1-7/comment-page-1/#comment-5826</a></p>
<p>Very useful if you are testing import scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/10/sql-to-clear-out-all-products-reset-delete-magento-category-products-by-sql-for-magento-version-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Serialization of &#8216;Mage_Core_Model_Config_Element&#8217; is not allowed&#8217; in [no active file]</title>
		<link>http://dx3webs.com/front/2012/10/php-fatal-error-uncaught-exception-exception-with-message-serialization-of-mage_core_model_config_element-is-not-allowed-in-no-active-file/</link>
		<comments>http://dx3webs.com/front/2012/10/php-fatal-error-uncaught-exception-exception-with-message-serialization-of-mage_core_model_config_element-is-not-allowed-in-no-active-file/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 20:48:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Serialization of 'Mage_Core_Model_Config_Element' is not allowed]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1060</guid>
		<description><![CDATA[PHP Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Serialization of &#8216;Mage_Core_Model_Config_Element&#8217; is not allowed&#8217; in [no active file]:0\nStack trace:\n#0 {main}\n thrown in [no active file] on line 0, referer: There are quite a few references to this but no answers.  In the case of this one store the issue was due to the cache being [...]]]></description>
				<content:encoded><![CDATA[<blockquote><p>PHP Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Serialization of &#8216;Mage_Core_Model_Config_Element&#8217; is not allowed&#8217; in [no active file]:0\nStack trace:\n#0 {main}\n thrown in [no active file] on line 0, referer:</p></blockquote>
<p>There are quite a few references to this but no answers.  In the case of this one store the issue was due to the cache being diabled while APC cache was in place.  Switching the caches back on cleared the error.. Hope this helps</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2012/10/php-fatal-error-uncaught-exception-exception-with-message-serialization-of-mage_core_model_config_element-is-not-allowed-in-no-active-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
