<?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 Commerce &#8211; Layered Navigation Cache Error &#8211; Part Deux</title>
	<atom:link href="http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/</link>
	<description>Chris McKee of Chris McKee Designs, no less.</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:36:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fernando</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-415</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Sat, 02 Jan 2010 00:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-415</guid>
		<description>Thankyou so much Chris , saved my life!!!!  and Happy new Year!!! </description>
		<content:encoded><![CDATA[<p>Thankyou so much Chris , saved my life!!!!  and Happy new Year!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-373</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 12 Nov 2009 03:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-373</guid>
		<description>sorry, meant to put that on the third version. will post there now. </description>
		<content:encoded><![CDATA[<p>sorry, meant to put that on the third version. will post there now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-372</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 12 Nov 2009 03:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-372</guid>
		<description>I have used the browser version and it seems to be successful. I am trying to use this to be able to sort my products by price once again. Even after running this, the products won&#039;t sort correctly. Do you think I am doing something wrong with this script or is it possibly another error? </description>
		<content:encoded><![CDATA[<p>I have used the browser version and it seems to be successful. I am trying to use this to be able to sort my products by price once again. Even after running this, the products won&#039;t sort correctly. Do you think I am doing something wrong with this script or is it possibly another error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-162</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Fri, 24 Jul 2009 10:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-162</guid>
		<description>New Release ...   &lt;a href=&quot;http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-badger-part-duck/&quot; rel=&quot;nofollow&quot;&gt;http://chrismckee.co.uk/magento-commerce-layered-...&lt;/a&gt;  
 
As this post may still be of use to certain people I&#039;ll leave comments open. </description>
		<content:encoded><![CDATA[<p>New Release ...<br />
  <a href="http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-badger-part-duck/" rel="nofollow">http://chrismckee.co.uk/magento-commerce-layered-...</a>  </p>
<p>As this post may still be of use to certain people I&#039;ll leave comments open.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-161</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Fri, 24 Jul 2009 09:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-161</guid>
		<description>Hi Mark;  
Lot of questions in a row there ;o) 
 
cnt is technically just a text file; as this is linux it doesn&#039;t really matter and not specifying a filetype is better practice as it means the file doesn&#039;t have a default mime. 
 
SSH in to the site, CD magento (change directory to magento) 
and try just typing php --help and see if you get the help file. 
On some its php-cli on others its php-cgi; 90% of the time its just php. 
 
The options are as follows: &lt;a href=&quot;http://www.php-cli.com/php-cli-options.shtml&quot; rel=&quot;nofollow&quot;&gt;http://www.php-cli.com/php-cli-options.shtml&lt;/a&gt;  
 
time = time this process 
php  = program 
-q = 
-f &lt;file&gt; =	Parse &lt;file&gt;. 
-q is quiet mode </description>
		<content:encoded><![CDATA[<p>Hi Mark; </p>
<p>Lot of questions in a row there ;o)</p>
<p>cnt is technically just a text file; as this is linux it doesn&#039;t really matter and not specifying a filetype is better practice as it means the file doesn&#039;t have a default mime.</p>
<p>SSH in to the site, CD magento (change directory to magento)</p>
<p>and try just typing php --help and see if you get the help file.</p>
<p>On some its php-cli on others its php-cgi; 90% of the time its just php.</p>
<p>The options are as follows: <a href="http://www.php-cli.com/php-cli-options.shtml" rel="nofollow">http://www.php-cli.com/php-cli-options.shtml</a>  </p>
<p>time = time this process</p>
<p>php  = program</p>
<p>-q =</p>
<p>-f &lt;file&gt; =	Parse &lt;file&gt;.</p>
<p>-q is quiet mode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-160</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 23 Jul 2009 23:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-160</guid>
		<description>I found the cnt file and deleted it for a fresh start... 
 
my magento installation is not in the root of the hosting folder... so my php file is in /magento/layerednavfix.php 
 
what should i type for it to run in SSH, i tried time php -q -f layerednavfix.php and time php -q -f magento/layerednavfix.php and neither worked... both say no input file specified... what am i doing wrong... </description>
		<content:encoded><![CDATA[<p>I found the cnt file and deleted it for a fresh start...</p>
<p>my magento installation is not in the root of the hosting folder... so my php file is in /magento/layerednavfix.php</p>
<p>what should i type for it to run in SSH, i tried time php -q -f layerednavfix.php and time php -q -f magento/layerednavfix.php and neither worked... both say no input file specified... what am i doing wrong...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-159</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-159</guid>
		<description>i don&#039;t get what the cnt file is... do i create a txt file named cnt?  what kind of file is this... </description>
		<content:encoded><![CDATA[<p>i don&#039;t get what the cnt file is... do i create a txt file named cnt?  what kind of file is this...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-157</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-157</guid>
		<description>i get no input file specified </description>
		<content:encoded><![CDATA[<p>i get no input file specified</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-156</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-156</guid>
		<description>Ok, cool i will download PUTTY... but what does this mean? I have no idea... 
 
&#8220;time php -q -f cm_LCache.php&#8221; </description>
		<content:encoded><![CDATA[<p>Ok, cool i will download PUTTY... but what does this mean? I have no idea...</p>
<p>&ldquo;time php -q -f cm_LCache.php&rdquo;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-155</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-155</guid>
		<description>&lt;p class=&quot;clear&quot;&gt;&#160; 
@will: yep the coreflag is just a check count hasn&#039;t started before clearing; you could easily change... 
&lt;code&gt;&lt;pre lang=&quot;php&quot;&gt;&lt; ?php 
if($count == 0) 
{ 
    Mage::app()-&gt;cleanCache(); 
    //Clear the database flag from any previous &quot;normal&quot; indexes that failed 
    $flag = Mage::getModel(&#039;catalogindex/catalog_index_flag&#039;)-&gt;loadSelf(); 
    if ($flag-&gt;getState() == Mage_CatalogIndex_Model_Catalog_Index_Flag::STATE_RUNNING) { 
        $flag-&gt;delete(); 
    } 
} 
 ?&gt;&lt;/pre&gt;&lt;/code&gt; 
 
to 
 
&lt;code&gt;&lt;pre lang=&quot;php&quot;&gt;&lt; ?php 
//IF Count Zero or Querystring passed (thisfilename.php?clear=1) 
if(($count == 0)&#124;&#124;( $_GET[&#039;clear&#039;] == &quot;1&quot;)) 
{ 
    Mage::app()-&gt;cleanCache(); 
    //Clear the database flag from any previous &quot;normal&quot; indexes that failed 
    $flag = Mage::getModel(&#039;catalogindex/catalog_index_flag&#039;)-&gt;loadSelf(); 
    if ($flag-&gt;getState() == Mage_CatalogIndex_Model_Catalog_Index_Flag::STATE_RUNNING) { 
        $flag-&gt;delete(); 
    } 
} 
?&gt;&lt;/pre&gt;&lt;/code&gt; 
 
The codes due to be updated I&#039;m just on a go slow. This could also be passed as an Argument rather than a querystring for people using SSH. Have a look at the previous code (Part one) for details. 
 
 
@Mark: Use the contents of the downloadable file in this article; upload; download a client such as PUTTY and login to your server with your user pass host address. You should then be able to use commands like &quot;time php -q -f cm_LCache.php&quot;  If your on shared hosting this may not be available.  
A lot of people have managed to run this fine from the browser (in fact it was kind of made for it.)  
New version out VERY soon now as I&#039;m pretty much done. I just need to test it. 
 
Ta 
 
Chris </description>
		<content:encoded><![CDATA[<p>&lt;p class=&quot;clear&quot;&gt;&nbsp;</p>
<p>@will: yep the coreflag is just a check count hasn&#039;t started before clearing; you could easily change...</p>
<p>&lt;code&gt;&lt;pre lang=&quot;php&quot;&gt;&lt; ?php</p>
<p>if($count == 0)</p>
<p>{</p>
<p>    Mage::app()-&gt;cleanCache();</p>
<p>    //Clear the database flag from any previous &quot;normal&quot; indexes that failed</p>
<p>    $flag = Mage::getModel(&#039;catalogindex/catalog_index_flag&#039;)-&gt;loadSelf();</p>
<p>    if ($flag-&gt;getState() == Mage_CatalogIndex_Model_Catalog_Index_Flag::STATE_RUNNING) {</p>
<p>        $flag-&gt;delete();</p>
<p>    }</p>
<p>}</p>
<p> ?&gt;&lt;/pre&gt;&lt;/code&gt;</p>
<p>to</p>
<p>&lt;code&gt;&lt;pre lang=&quot;php&quot;&gt;&lt; ?php</p>
<p>//IF Count Zero or Querystring passed (thisfilename.php?clear=1)</p>
<p>if(($count == 0)||( $_GET[&#039;clear&#039;] == &quot;1&quot;))</p>
<p>{</p>
<p>    Mage::app()-&gt;cleanCache();</p>
<p>    //Clear the database flag from any previous &quot;normal&quot; indexes that failed</p>
<p>    $flag = Mage::getModel(&#039;catalogindex/catalog_index_flag&#039;)-&gt;loadSelf();</p>
<p>    if ($flag-&gt;getState() == Mage_CatalogIndex_Model_Catalog_Index_Flag::STATE_RUNNING) {</p>
<p>        $flag-&gt;delete();</p>
<p>    }</p>
<p>}</p>
<p>?&gt;&lt;/pre&gt;&lt;/code&gt;</p>
<p>The codes due to be updated I&#039;m just on a go slow. This could also be passed as an Argument rather than a querystring for people using SSH. Have a look at the previous code (Part one) for details.</p>
<p>@Mark: Use the contents of the downloadable file in this article; upload; download a client such as PUTTY and login to your server with your user pass host address. You should then be able to use commands like &quot;time php -q -f cm_LCache.php&quot;  If your on shared hosting this may not be available. </p>
<p>A lot of people have managed to run this fine from the browser (in fact it was kind of made for it.) </p>
<p>New version out VERY soon now as I&#039;m pretty much done. I just need to test it.</p>
<p>Ta</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-154</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 23 Jul 2009 06:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-154</guid>
		<description>The thread i was looking at was a little different, perhaps the person changed it... however, i&#039;d like to start over but i&#039;m not sure where the file you&#039;re referring to.. 
 
and sorry, but i&#039;m i&#039;ve a bit of a newbie in this area... how do i run something in SSH? </description>
		<content:encoded><![CDATA[<p>The thread i was looking at was a little different, perhaps the person changed it... however, i&#039;d like to start over but i&#039;m not sure where the file you&#039;re referring to..</p>
<p>and sorry, but i&#039;m i&#039;ve a bit of a newbie in this area... how do i run something in SSH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-153</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-153</guid>
		<description>Chris, you magnificent bastard, you saved my arse! 
 
At first it didn&#039;t work because even though I have 393 products, my Product IDs don&#039;t go from 1 to 393. I guess this is because I deleted a bunch of stuff. Anyway they start at ID 82. To get your script to work I had to change the number in cnt from 0 to 81. And the cm_cache total to 477. 
 
Future players also note that if you do it this way you may want to manually delete any core_flag fields in your database, cos I think Chris&#039;s script only does that if the cnt file is 0 (Chris, can you confirm/deny this?). 
 
Thanks again! 
Will. </description>
		<content:encoded><![CDATA[<p>Chris, you magnificent bastard, you saved my arse!</p>
<p>At first it didn&#039;t work because even though I have 393 products, my Product IDs don&#039;t go from 1 to 393. I guess this is because I deleted a bunch of stuff. Anyway they start at ID 82. To get your script to work I had to change the number in cnt from 0 to 81. And the cm_cache total to 477.</p>
<p>Future players also note that if you do it this way you may want to manually delete any core_flag fields in your database, cos I think Chris&#039;s script only does that if the cnt file is 0 (Chris, can you confirm/deny this?).</p>
<p>Thanks again!</p>
<p>Will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-152</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-152</guid>
		<description>@Mark the code on the magento forum will be the code off this site :) so not so much similar as the same. 
 
If you want to start from scratch just delete or empty the cnt file. 
 
Ideally you should run this script over SSH in BASH/Shell (etc); running from browser, mileage may vary. </description>
		<content:encoded><![CDATA[<p>@Mark the code on the magento forum will be the code off this site <img src='http://chrismckee.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so not so much similar as the same.</p>
<p>If you want to start from scratch just delete or empty the cnt file.</p>
<p>Ideally you should run this script over SSH in BASH/Shell (etc); running from browser, mileage may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-151</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-151</guid>
		<description>the actual amount is something like 23XX, should it be absolutely exact? either way its going way past 2400... into the 4000&#039;s... Whats also weird is i used the code from the magento forums, and then i tried the code from this page, both set to 2400 records and store set to 1, and when i tried using the second, it just continued where the first left off, i guess the code is pretty similar... 
 
anyway, what should i be seeing?  how should i know when its finished?  am i supposed to have to keep refreshing? </description>
		<content:encoded><![CDATA[<p>the actual amount is something like 23XX, should it be absolutely exact? either way its going way past 2400... into the 4000&#039;s... Whats also weird is i used the code from the magento forums, and then i tried the code from this page, both set to 2400 records and store set to 1, and when i tried using the second, it just continued where the first left off, i guess the code is pretty similar...</p>
<p>anyway, what should i be seeing?  how should i know when its finished?  am i supposed to have to keep refreshing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-150</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-150</guid>
		<description>@Mark H: Make sure you&#039;ve set the max to the actual number of records, and make sure you&#039;ve got the right store code in ($store = Mage::app()-&gt;getStore(&#039;1&#039;);) </description>
		<content:encoded><![CDATA[<p>@Mark H: Make sure you&#039;ve set the max to the actual number of records, and make sure you&#039;ve got the right store code in ($store = Mage::app()-&gt;getStore(&#039;1&#039;);)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-149</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-149</guid>
		<description>I don&#039;t understand what i&#039;m doing wrong... I have followed everything here, and i&#039;m running this in a browser, I don&#039;t get an error but a screen comes up saying  many lines lik  
 
#4373#CURRENT MEMRY USAGE = 4217200;  
 
I only have 2400 products so i don&#039;t understand why it passed this number, and my layered index still have all zeros... 
 
Am i supposed to sit here and keep refreshing the browser?  I don&#039;t understand what to do, please help... </description>
		<content:encoded><![CDATA[<p>I don&#039;t understand what i&#039;m doing wrong... I have followed everything here, and i&#039;m running this in a browser, I don&#039;t get an error but a screen comes up saying  many lines lik </p>
<p>#4373#CURRENT MEMRY USAGE = 4217200; </p>
<p>I only have 2400 products so i don&#039;t understand why it passed this number, and my layered index still have all zeros...</p>
<p>Am i supposed to sit here and keep refreshing the browser?  I don&#039;t understand what to do, please help...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-148</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Tue, 21 Jul 2009 16:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-148</guid>
		<description>After this script price sort work? any body can check? Thanks </description>
		<content:encoded><![CDATA[<p>After this script price sort work? any body can check? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-147</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-147</guid>
		<description>@slava; reduce the number your processing at a time. I see your on shared hosting so you may want to consider another hosting platform if they wont supply enough processor time to run a recursive sql query. </description>
		<content:encoded><![CDATA[<p>@slava; reduce the number your processing at a time. I see your on shared hosting so you may want to consider another hosting platform if they wont supply enough processor time to run a recursive sql query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-146</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-146</guid>
		<description>I get from hoster mail, like this script use to much server resource and need update him separate jobs </description>
		<content:encoded><![CDATA[<p>I get from hoster mail, like this script use to much server resource and need update him separate jobs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava</title>
		<link>http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux/comment-page-2/#comment-142</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=84#comment-142</guid>
		<description>i run from browser. I upload you textfile and renamed to php. I try turn on all error in script  
ini_set(&#039;display_errors&#039;,1); 
error_reporting(E_ALL&#124;E_STRICT); 
but nothing same error 500Intenal Server Error </description>
		<content:encoded><![CDATA[<p>i run from browser. I upload you textfile and renamed to php. I try turn on all error in script </p>
<p>ini_set(&#039;display_errors&#039;,1);</p>
<p>error_reporting(E_ALL|E_STRICT);</p>
<p>but nothing same error 500Intenal Server Error</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc (User agent is rejected)
Database Caching 10/38 queries in 0.023 seconds using apc

Served from: chrismckee.co.uk @ 2012-02-06 20:49:14 -->
