<?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: Fatal error: Maximum execution time of 30 seconds exceeded</title>
	<atom:link href="http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:27:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-115243</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-115243</guid>
		<description>&lt;a href=&quot;#comment-114997&quot; rel=&quot;nofollow&quot;&gt;@Sukhwinder&lt;/a&gt; 
The problem is not really with deleting, but just the script is taking too long to run.  You either have to bump up the PHP limits or think of another way to accomplish that same thing.   Maybe a queue or use ajax to do it in batches?</description>
		<content:encoded><![CDATA[<p><a href="#comment-114997" rel="nofollow">@Sukhwinder</a><br />
The problem is not really with deleting, but just the script is taking too long to run.  You either have to bump up the PHP limits or think of another way to accomplish that same thing.   Maybe a queue or use ajax to do it in batches?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhwinder</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-114997</link>
		<dc:creator>Sukhwinder</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-114997</guid>
		<description>i Have problem same like above but the diff is that i am trying to deleting 987900 from the database but in one time i can delete only 780 or 785. how can i delete the whole record</description>
		<content:encoded><![CDATA[<p>i Have problem same like above but the diff is that i am trying to deleting 987900 from the database but in one time i can delete only 780 or 785. how can i delete the whole record</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-108798</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-108798</guid>
		<description>Hey Umar, the execution time is affected by the connection speed of your visitor, so there is no fixed number.  You could probably calculate it based on a reasonable connection speed and then set your server limits with a conservative value.</description>
		<content:encoded><![CDATA[<p>Hey Umar, the execution time is affected by the connection speed of your visitor, so there is no fixed number.  You could probably calculate it based on a reasonable connection speed and then set your server limits with a conservative value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umar</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-108725</link>
		<dc:creator>Umar</dc:creator>
		<pubDate>Sun, 09 Aug 2009 10:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-108725</guid>
		<description>Great Thans alot

I changed both
max_execution_time = 600;
max_input_time = 600; 
 I have 11 MB file to download, I calculated the time for downloading it, and changed accordingly. But if the file size differs may be 100 MB, 200 MB, 750 MB then how much value need to place in 
max_execution_time;
max_input_time 
?

How I can fast up the downloading speed?
Do you have any efficient PHP downloading script? If so please send me.

Once again Thanks for you help</description>
		<content:encoded><![CDATA[<p>Great Thans alot</p>
<p>I changed both<br />
max_execution_time = 600;<br />
max_input_time = 600;<br />
 I have 11 MB file to download, I calculated the time for downloading it, and changed accordingly. But if the file size differs may be 100 MB, 200 MB, 750 MB then how much value need to place in<br />
max_execution_time;<br />
max_input_time<br />
?</p>
<p>How I can fast up the downloading speed?<br />
Do you have any efficient PHP downloading script? If so please send me.</p>
<p>Once again Thanks for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Fatal error: Maximum execution time of infinity exceeded! &#60; A Fool&#8217;s Wisdom</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-104988</link>
		<dc:creator>PHP Fatal error: Maximum execution time of infinity exceeded! &#60; A Fool&#8217;s Wisdom</dc:creator>
		<pubDate>Thu, 11 Jun 2009 22:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-104988</guid>
		<description>[...] to verysimple.com&#8217;s blog I found out that the error is misreported and the real problem is now max_input_time . I don&#8217;t know how I [...]</description>
		<content:encoded><![CDATA[<p>[...] to verysimple.com&#8217;s blog I found out that the error is misreported and the real problem is now max_input_time . I don&#8217;t know how I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-104435</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Thu, 04 Jun 2009 11:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-104435</guid>
		<description>excellent the parameters retrned were really misleading, but this directive has solved the problem immediately</description>
		<content:encoded><![CDATA[<p>excellent the parameters retrned were really misleading, but this directive has solved the problem immediately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umar</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-101934</link>
		<dc:creator>umar</dc:creator>
		<pubDate>Tue, 12 May 2009 16:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-101934</guid>
		<description>hi,
i m also facing same problem
Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\ims\process.php on line 42

and at line 42 i have this statement
 while(!feof($fptr_id)) 
i read all your comments and other suggestions but i am not able to find &quot;php.ini&quot;,max_execution_time,max_input_time,etc
thanks ..</description>
		<content:encoded><![CDATA[<p>hi,<br />
i m also facing same problem<br />
Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\ims\process.php on line 42</p>
<p>and at line 42 i have this statement<br />
 while(!feof($fptr_id))<br />
i read all your comments and other suggestions but i am not able to find &#8220;php.ini&#8221;,max_execution_time,max_input_time,etc<br />
thanks ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-98138</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 31 Mar 2009 07:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-98138</guid>
		<description>thanks arafat.  it&#039;s probably good to mention that instructions are sometimes hard only because there are lots of different server configurations.  not every server will recognize php.ini in the location you mentioned.  also, i wouldn&#039;t recommend overwriting your existing php.ini with a new file unless you understand what your are doing.  you could accidentally wipe out important configuration settings.</description>
		<content:encoded><![CDATA[<p>thanks arafat.  it&#8217;s probably good to mention that instructions are sometimes hard only because there are lots of different server configurations.  not every server will recognize php.ini in the location you mentioned.  also, i wouldn&#8217;t recommend overwriting your existing php.ini with a new file unless you understand what your are doing.  you could accidentally wipe out important configuration settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arafat</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-97968</link>
		<dc:creator>arafat</dc:creator>
		<pubDate>Sun, 29 Mar 2009 09:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-97968</guid>
		<description>simple follow this instruction: (why people always give hard instruction to others?)

1) Open your notepad. and paste this code:

max_execution_time = 120
max_input_time = 120

2) Save it as php.ini

3) Upload the file using FTP/Cpanel and Put in /administrator folder (joomla direcory)

4) DONE! Now you can install any files without having the message Fatal error: Maximum execution time of 30 seconds exceeded bla bla bla bla..</description>
		<content:encoded><![CDATA[<p>simple follow this instruction: (why people always give hard instruction to others?)</p>
<p>1) Open your notepad. and paste this code:</p>
<p>max_execution_time = 120<br />
max_input_time = 120</p>
<p>2) Save it as php.ini</p>
<p>3) Upload the file using FTP/Cpanel and Put in /administrator folder (joomla direcory)</p>
<p>4) DONE! Now you can install any files without having the message Fatal error: Maximum execution time of 30 seconds exceeded bla bla bla bla..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plaska</title>
		<link>http://www.verysimple.com/blog/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/comment-page-1/#comment-89271</link>
		<dc:creator>Plaska</dc:creator>
		<pubDate>Fri, 26 Dec 2008 05:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-89271</guid>
		<description>Thank you so much for posting this solution.</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
