<?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://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/</link>
	<description>Custom Software</description>
	<lastBuildDate>Tue, 15 May 2012 07:26:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: lito</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-5829</link>
		<dc:creator>lito</dc:creator>
		<pubDate>Thu, 10 May 2012 09:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-5829</guid>
		<description>help me guys..fatal error:maximum execution time of exceeded 0f 30 sec execution</description>
		<content:encoded><![CDATA[<p>help me guys..fatal error:maximum execution time of exceeded 0f 30 sec execution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatinder</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-5376</link>
		<dc:creator>Jatinder</dc:creator>
		<pubDate>Fri, 02 Mar 2012 14:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-5376</guid>
		<description>If you are running xampp then in phpMyAdmin folder open (config.default.php) file
and set variable ($cfg[&#039;ExecTimeLimit&#039;])  value to 0.

It runs for me in xampp.

whether you export/import db or executing query via php</description>
		<content:encoded><![CDATA[<p>If you are running xampp then in phpMyAdmin folder open (config.default.php) file<br />
and set variable ($cfg['ExecTimeLimit'])  value to 0.</p>
<p>It runs for me in xampp.</p>
<p>whether you export/import db or executing query via php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suteki</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-5329</link>
		<dc:creator>Suteki</dc:creator>
		<pubDate>Fri, 17 Feb 2012 14:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-5329</guid>
		<description>work like charm.. thanks mate</description>
		<content:encoded><![CDATA[<p>work like charm.. thanks mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-5298</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 20 Jan 2012 10:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-5298</guid>
		<description>If the host doesn&#039;t allow you to override the execution time setting then your only choice is to get a new host.  But, on shared hosting they will almost always set certain limits to prevent one single customer from hogging all the server resources.</description>
		<content:encoded><![CDATA[<p>If the host doesn&#8217;t allow you to override the execution time setting then your only choice is to get a new host.  But, on shared hosting they will almost always set certain limits to prevent one single customer from hogging all the server resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-5297</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Fri, 20 Jan 2012 05:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-5297</guid>
		<description>Hi i have taken windows shared hosting and when i added plugin it says Fatal error: Maximum execution time of 30 seconds exceeded.As i contact to hosting provider they said they will not increase execution time more that 30 sec.so please tell me to add some code in wordpress config so i can proceed.
thanks</description>
		<content:encoded><![CDATA[<p>Hi i have taken windows shared hosting and when i added plugin it says Fatal error: Maximum execution time of 30 seconds exceeded.As i contact to hosting provider they said they will not increase execution time more that 30 sec.so please tell me to add some code in wordpress config so i can proceed.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntoo</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-4506</link>
		<dc:creator>Ubuntoo</dc:creator>
		<pubDate>Wed, 07 Dec 2011 22:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-4506</guid>
		<description>Interesting post.
For a couple of solutions of the original problem (exceeding execution time), use set_time_limit() function or change php.ini configuration file.
You can find out how here: &lt;a href=&quot;http://www.sudo-juice.com/php-time-limit-extend-script-running-time/&quot; rel=&quot;nofollow&quot;&gt;PHP time limit&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Interesting post.<br />
For a couple of solutions of the original problem (exceeding execution time), use set_time_limit() function or change php.ini configuration file.<br />
You can find out how here: <a href="http://www.sudo-juice.com/php-time-limit-extend-script-running-time/" rel="nofollow">PHP time limit</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-4448</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 16 Oct 2011 00:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-4448</guid>
		<description>Brilliant fix. Thank you!.</description>
		<content:encoded><![CDATA[<p>Brilliant fix. Thank you!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-4429</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Fri, 23 Sep 2011 11:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-4429</guid>
		<description>Worked at treat, thank you.</description>
		<content:encoded><![CDATA[<p>Worked at treat, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juanma</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-4376</link>
		<dc:creator>juanma</dc:creator>
		<pubDate>Tue, 30 Aug 2011 00:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-4376</guid>
		<description>@joren you are the best!

I resolved my problem</description>
		<content:encoded><![CDATA[<p>@joren you are the best!</p>
<p>I resolved my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://verysimple.com/2006/03/30/fatal-error-maximum-execution-time-of-30-seconds-exceeded/#comment-3818</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 04 Aug 2011 03:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=41#comment-3818</guid>
		<description>I have this problem Fatal error: Maximum execution time of 90 seconds exceeded in \\boswinfs04\home\users\web\b2844\whl.kellc\shopping\catalog\model\tool\image.php on line 4
, and I looked at php.ini setting below.

magic_quotes_gpc = Off;
register_globals = Off;
default_charset	= UTF-8;
memory_limit = 64M;
max_execution_time = 18000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
allow_url_fopen = on;

I am little confused but it seems I need to add like this below.

magic_quotes_gpc = Off;
register_globals = Off;
default_charset	= UTF-8;
memory_limit = 64M;
max_execution_time = 18000; 
max_input_time = 18000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
allow_url_fopen = on;

So is 18000 is better or should be less? I saw it Nelesh mentioned set_time_limit(0), sorry I am still learning on this part.</description>
		<content:encoded><![CDATA[<p>I have this problem Fatal error: Maximum execution time of 90 seconds exceeded in \\boswinfs04\home\users\web\b2844\whl.kellc\shopping\catalog\model\tool\image.php on line 4<br />
, and I looked at php.ini setting below.</p>
<p>magic_quotes_gpc = Off;<br />
register_globals = Off;<br />
default_charset	= UTF-8;<br />
memory_limit = 64M;<br />
max_execution_time = 18000;<br />
upload_max_filesize = 999M;<br />
safe_mode = Off;<br />
mysql.connect_timeout = 20;<br />
session.use_cookies = On;<br />
session.use_trans_sid = Off;<br />
session.gc_maxlifetime = 12000000;<br />
allow_url_fopen = on;</p>
<p>I am little confused but it seems I need to add like this below.</p>
<p>magic_quotes_gpc = Off;<br />
register_globals = Off;<br />
default_charset	= UTF-8;<br />
memory_limit = 64M;<br />
max_execution_time = 18000;<br />
max_input_time = 18000;<br />
upload_max_filesize = 999M;<br />
safe_mode = Off;<br />
mysql.connect_timeout = 20;<br />
session.use_cookies = On;<br />
session.use_trans_sid = Off;<br />
session.gc_maxlifetime = 12000000;<br />
allow_url_fopen = on;</p>
<p>So is 18000 is better or should be less? I saw it Nelesh mentioned set_time_limit(0), sorry I am still learning on this part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

