<?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>Magento Coder &#187; PHP</title>
	<atom:link href="http://magentocoder.jigneshpatel.co.in/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://magentocoder.jigneshpatel.co.in</link>
	<description>hacks &#38; solutions for Magento Ecommerce development</description>
	<lastBuildDate>Sat, 22 May 2010 06:27:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Magento &#8211; Fatal error: Maximum execution time of 60 seconds exceeded in &#8230;</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/#comments</comments>
		<pubDate>Tue, 18 May 2010 05:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=103</guid>
		<description><![CDATA[Have you ever encountered the following kind of error while installing Magento 1.4 ? Fatal error: Maximum execution time of 120 seconds exceeded in... To fix it, open your php.ini and replace the value for &#8216;max_execution_time&#8217; and &#8216;max_input_time&#8217; as per below. max_execution_time = 3600 max_input_time = 3600]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Redirection loop problem after installing SSL</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:15:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=55</guid>
		<description><![CDATA[On one of the Magento based project, I am working on I was facing lot many issues after having SSL on Godaddy hosting. Godaddy hosting is always having issues. The biggest problem was, one page checkout page was getting infinite redirection loops. So it was not opening anyhow. The solution was in Magento Admin only: [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento: Clear the cache with PHP script.</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=18</guid>
		<description><![CDATA[It always take time to get rid of the Magento cache. However cache is needed to execute the request faster. One way of clearing the cache is delete all the directories inside the /var/cache directory. Doing that manually it will take some time if you are connected to the FTP server. The easiest way of [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Search in Files using PHP Script with unix commands</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 10:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=6</guid>
		<description><![CDATA[Search in large number files is painful &#038; slow for the Magento based projects. If you are using your editor&#8217;s built-in search feature, then also it may take lots of time to search within all directories. In case of you are editing the files on the live server, its very awful to search in even [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
