<?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>Mon, 17 Jun 2013 12:48:19 +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>Atomic repo update to PHP 5.3.26 causes php errors / Apache not to load</title>
		<link>http://dx3webs.com/front/2013/06/atomic-repo-update-to-php-5-3-26-causes-php-errors-apache-not-to-load/</link>
		<comments>http://dx3webs.com/front/2013/06/atomic-repo-update-to-php-5-3-26-causes-php-errors-apache-not-to-load/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 12:48:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[5.3.25]]></category>
		<category><![CDATA[5.3.26]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[atomic]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fast-cgi]]></category>
		<category><![CDATA[misspelled]]></category>
		<category><![CDATA[mod_php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php_value]]></category>
		<category><![CDATA[syntac]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1193</guid>
		<description><![CDATA[A recent update to php from the Atomic repository is causing issues for some servers and plesk users in general. Typical symptoms will be : Starting httpd: Syntax error on line 31 of /etc/httpd/conf.d/php.conf: Invalid command &#8216;php_value&#8217;, perhaps misspelled or defined by a module not included in the server configuration and various 501 errors.. Switching [...]]]></description>
				<content:encoded><![CDATA[<p>A recent update to php from the Atomic repository is causing issues for some servers and plesk users in general.</p>
<p>Typical symptoms will be : </p>
<blockquote><p>Starting httpd: Syntax error on line 31 of /etc/httpd/conf.d/php.conf:<br />
Invalid command &#8216;php_value&#8217;, perhaps misspelled or defined by a module not included in the server configuration
</p></blockquote>
<p>and various 501 errors.. </p>
<p>Switching the php hander from Apache module to fastcgi will correct some of the issues but you will still get errors if you have php-flags in your .htaccess files.</p>
<p>The reason is in php.conf file provided in 5.3.26 RPM.  To fix add these to the top of the file /etc/httpd/conf.d/php.conf</p>
<pre class="brush: php; title: ; notranslate">
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
&lt;IfModule prefork.c&gt;
  LoadModule php5_module modules/libphp5.so
&lt;/IfModule&gt;
&lt;IfModule worker.c&gt;
  LoadModule php5_module modules/libphp5-zts.so
&lt;/IfModule&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/06/atomic-repo-update-to-php-5-3-26-causes-php-errors-apache-not-to-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento tip: Place category image above main layout below nav</title>
		<link>http://dx3webs.com/front/2013/06/magento-tip-place-category-image-above-main-layout-below-nav/</link>
		<comments>http://dx3webs.com/front/2013/06/magento-tip-place-category-image-above-main-layout-below-nav/#comments</comments>
		<pubDate>Fri, 07 Jun 2013 13:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1183</guid>
		<description><![CDATA[Sometime the default position of the category images (top of the main col above product grid) breaks the design of a site. Ideally what we want is a full page banner that runs the full width of the page. Moving the category image above the two / three column layout and below the nav bar requires [...]]]></description>
				<content:encoded><![CDATA[<p>Sometime the default position of the category images (top of the main col above product grid) breaks the design of a site. Ideally what we want is a full page banner that runs the full width of the page.</p>
<div id="attachment_1185" class="wp-caption alignleft" style="width: 210px"><img class="size-thumbnail wp-image-1185" style="border: 1px solid black;" alt="layour-new" src="http://dx3webs.com/front/wp-content/uploads/2013/06/layour-new-200x200.jpg" width="200" height="200" /><p class="wp-caption-text">Desired Layout</p></div>
<div id="attachment_1184" class="wp-caption alignleft" style="width: 210px"><img class="size-thumbnail wp-image-1184  " style="border: 1px solid black;" title="Default Category image layout 2columns-left.phtml" alt="layour" src="http://dx3webs.com/front/wp-content/uploads/2013/06/layour-200x200.jpg" width="200" height="200" /><p class="wp-caption-text">Default layout</p></div>
<p>Moving the category image above the two / three column layout and below the nav bar requires a few changes to your template.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ol>
<li><span style="line-height: 12.796875px;">In app/design/frontend/default/[yourtheme]/template/catalog/category create category-image.phtml</span></li>
<li>Add</li>
<pre class="brush: php; title: ; notranslate">
&lt;?php if($_imageUrl=$this-&gt;getCurrentCategory()-&gt;getImageUrl()): ?&gt;
        &lt;p class=&quot;category-image&quot;&gt;&lt;img src=&quot;&lt;?php echo $_imageUrl ?&gt;&quot; alt=&quot;&lt;?php echo $this-&gt;htmlEscape($this-&gt;getCurrentCategory()-&gt;getName()) ?&gt;&quot; /&gt;&lt;/p&gt;
    &lt;?php endif; ?&gt;
</pre>
<li>Edit ./app/design/frontend/default/[yourtheme]/layout/page.xml and under the breadcrumbs reference add </li>
<pre class="brush: php; title: ; notranslate">
&lt;block type=&quot;catalog/category_view&quot; name=&quot;category_banner&quot; as=&quot;category_banner&quot; template=&quot;catalog/category/cat_img.phtml&quot; /&gt;
</pre>
<li>edit ./app/design/frontend/default/[yourtheme]/template/page/2columns-left.phtml</li>
<pre class="brush: php; title: ; notranslate">
&lt;?php if (Mage::registry('current_category')) { ?&gt;
&lt;div class=&quot;category-banner&quot;&gt;
    &lt;?php echo $this-&gt;getChildHtml('category_banner') ?&gt;
&lt;/div&gt;
&lt;?php }?&gt;
             
&lt;/div&gt;
</pre>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/06/magento-tip-place-category-image-above-main-layout-below-nav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento tip: add Cart total to header links.</title>
		<link>http://dx3webs.com/front/2013/06/magento-tip-add-cart-total-to-header-links/</link>
		<comments>http://dx3webs.com/front/2013/06/magento-tip-add-cart-total-to-header-links/#comments</comments>
		<pubDate>Sat, 01 Jun 2013 20:07:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[links.phtml]]></category>
		<category><![CDATA[magneto]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1178</guid>
		<description><![CDATA[By default magento will show the number of items in the header link.. However, if you wish to add total price in there as well a simple change to Links.php will do the trick. First of all copy ./app/code/core/Mage/Checkout/Block/Links.php to ./app/code/local/Mage/Checkout/Block/Links.php (we never alter core files) and change the 1st function to: to give]]></description>
				<content:encoded><![CDATA[<p>By default magento will show the number of items in the header link..</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://content.screencast.com/users/Dx3webs/folders/Jing/media/bde08c5d-33d2-46d3-9ef4-6327e758183f/2013-06-01_1853.png" width="667" height="102" /></p>
<p style="text-align: left;">However, if you wish to add total price in there as well a simple change to Links.php will do the trick.</p>
<p style="text-align: left;">First of all copy ./app/code/core/Mage/Checkout/Block/Links.php to ./app/code/local/Mage/Checkout/Block/Links.php (we never alter core files)</p>
<p style="text-align: left;">and change the 1st function to:</p>
<pre class="brush: php; title: ; notranslate">
/**
     * Add shopping cart link to parent block
     *
     * @return Mage_Checkout_Block_Links
     */
    public function addCartLink()
    {
        if ($parentBlock = $this-&gt;getParentBlock()) {
            $count = $this-&gt;helper('checkout/cart')-&gt;getSummaryCount();

            if( $count == 1 ) {
                $text = $this-&gt;__('%s ITEM', $count);
            } elseif( $count &gt; 0 ) {
                $text = $this-&gt;__('%s ITEMS', $count);
            } else {
                $text = $this-&gt;__('0 ITEMS');
            }

            $grandTotal = $this-&gt;helper('checkout/cart')-&gt;getQuote()-&gt;getGrandTotal();
            $text .= $this-&gt;__(' . TOTAL: %s', $this-&gt;helper('core')-&gt;formatPrice($grandTotal, false)) . 'USD';

            $parentBlock-&gt;addLink($text, 'checkout/cart', $text, true, array(), 50, null, 'class=&quot;top-link-cart&quot;');
        }
        return $this;
    }
</pre>
<p>to give<br />
<img class="aligncenter" alt="" src="http://content.screencast.com/users/Dx3webs/folders/Jing/media/f058d798-23f4-4183-8e13-8c6095e76009/2013-06-01_2105.png" width="501" height="64" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/06/magento-tip-add-cart-total-to-header-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoho mail increases free email accounts from 3 to 5</title>
		<link>http://dx3webs.com/front/2013/05/zoho-mail-increases-free-email-accounts-from-3-to-5/</link>
		<comments>http://dx3webs.com/front/2013/05/zoho-mail-increases-free-email-accounts-from-3-to-5/#comments</comments>
		<pubDate>Tue, 28 May 2013 13:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=1173</guid>
		<description><![CDATA[Googles decision to make Google apps non-free caused a real head ache for small businesses looking to test out business ideas. Previously Google apps free allowed 10 free mail boxes which was a great way for entrepreneurs to test new business ideas.  Stepping up to the mark is Zoho.  Previously they offered 3 free mail [...]]]></description>
				<content:encoded><![CDATA[<p>Googles decision to make Google apps non-free caused a real head ache for small businesses looking to test out business ideas. Previously Google apps free allowed 10 free mail boxes which was a great way for entrepreneurs to test new business ideas.  Stepping up to the mark is Zoho.  Previously they offered 3 free mail boxes.  Since google aps went non-free their signups went through the roof and they decided to increase the number of free accounts to 5 mail boxes.</p>
<p>Head on over and give them some love : <a href="http://www.zoho.com/mail/zohomail-pricing.html">http://www.zoho.com/mail/zohomail-pricing.html</a></p>
<div class="wp-caption aligncenter" style="width: 524px"><img class=" " alt="Zoho sign ups post google aps" src="http://content.screencast.com/users/Dx3webs/folders/Jing/media/d5e77d53-2a7a-4594-88dd-f4516a1b49fa/2013-05-28_1407.png" width="514" height="277" /><p class="wp-caption-text">Zoho sign ups post google aps</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2013/05/zoho-mail-increases-free-email-accounts-from-3-to-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
