<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 11 Jun 2009 05:58:13 -0000</lastBuildDate><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-10732687</link><description>Finally i solved my problem, thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xtube</dc:creator><pubDate>Thu, 11 Jun 2009 05:58:13 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-10594370</link><description>Excelent. Simple and direct. Thank you !</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcos</dc:creator><pubDate>Sun, 07 Jun 2009 16:15:30 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-10300854</link><description>ini_set("max_execution_time","600");&lt;br&gt;	ini_set("memory_limit","128M");</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Sat, 30 May 2009 15:06:32 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-9974739</link><description>Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Tue, 26 May 2009 19:27:15 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-9468096</link><description>cool article</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jilani Jidni</dc:creator><pubDate>Sun, 17 May 2009 05:35:39 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-9207518</link><description>I got the weirdest one the other day;&lt;br&gt;&lt;br&gt;"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 49 bytes) in /it/doesn't/matter/PdoDataSet.class.php on line 78"&lt;br&gt;&lt;br&gt;49 is not greater than 8388608...  I think there might be recursive include somewhere though.  I am using the Recess! framework, so finding it is going to be a pain...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Mon, 11 May 2009 12:06:22 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-9101853</link><description>You should also verify that you aren't trying to include a file inside that file, &lt;br&gt;&lt;br&gt;eg, the script name is somescript.php&lt;br&gt;&lt;br&gt;and you have&lt;br&gt;&lt;br&gt;include("somescript.php");&lt;br&gt;&lt;br&gt;I've inadvertently done this when copying files.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joe</dc:creator><pubDate>Thu, 07 May 2009 14:02:07 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-8933415</link><description>Thanks, I couldn't remember what the setting was called to up the limit and this did the trick. Good advice on not setting it too high, don't want the server to run out of memory...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">African Safari Man</dc:creator><pubDate>Sat, 02 May 2009 13:58:17 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-8678651</link><description>nd that a huge memory limit is a poor substitute for good coding. A poorly written script may inefficiently squander memory which can cause severe problems for frequently executed scripts. However, some applications are run infrequently and require lots of memory like importing and processing a big data file.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">saritha</dc:creator><pubDate>Sat, 25 Apr 2009 05:34:34 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-8085643</link><description>fantastic!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jordi</dc:creator><pubDate>Sat, 11 Apr 2009 18:30:37 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-7133097</link><description>Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dewan</dc:creator><pubDate>Thu, 12 Mar 2009 08:50:14 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-6746679</link><description>Gracias, de verda me ayudo en mi trabajo&lt;br&gt;(Thanks a lot, it did really help me)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian</dc:creator><pubDate>Sun, 01 Mar 2009 13:37:47 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-6706066</link><description>Saved my day :) Thanks a lot :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">WPStart</dc:creator><pubDate>Fri, 27 Feb 2009 13:28:36 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-6704640</link><description>thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">martin</dc:creator><pubDate>Fri, 27 Feb 2009 12:41:22 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-6331226</link><description>Thanks for this, very useful ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">N3RVE</dc:creator><pubDate>Tue, 17 Feb 2009 10:44:48 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-5862668</link><description>thanks yaar, its working ;) !!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nitin</dc:creator><pubDate>Thu, 05 Feb 2009 06:53:55 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-5827529</link><description>wow, thanks for your post. It's very useful.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manach Chuong</dc:creator><pubDate>Tue, 03 Feb 2009 23:03:52 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-5722890</link><description>Actually i am new joomla user &amp; problem is occured at the time of admin panel opened of joomla: as Allowed memory size of 8388608 bytes exhausted.&lt;br&gt;&lt;br&gt;But now is solve by using this solution.&lt;br&gt;&lt;br&gt;Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">manoj</dc:creator><pubDate>Sat, 31 Jan 2009 02:37:27 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-5426894</link><description>thanks so much for the post it helped me to sort out my image processing program..</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">samatair</dc:creator><pubDate>Wed, 21 Jan 2009 07:56:49 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-5075579</link><description>Tks a lot!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joao Brito</dc:creator><pubDate>Mon, 12 Jan 2009 13:48:23 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-4944690</link><description>brill ++++</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">happy dude</dc:creator><pubDate>Tue, 06 Jan 2009 20:56:17 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-4779756</link><description>Alas i have issue but if i increase memory limit it shows out of memory.......</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ajmal</dc:creator><pubDate>Tue, 30 Dec 2008 10:39:11 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-4316126</link><description>Thank for this great article!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neo74</dc:creator><pubDate>Wed, 10 Dec 2008 16:23:05 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-4208554</link><description>Thanks a lot for the article. Helps me out with the instalation of PhocaGallery in joomla.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego</dc:creator><pubDate>Fri, 05 Dec 2008 14:47:07 -0000</pubDate></item><item><title>Re: Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried&amp;#8230; | PHP programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/#comment-4202115</link><description>you can also edit the .htaccess  file and add the following line.. &lt;br&gt;&lt;br&gt;php_value memory_limit 16M&lt;br&gt;&lt;br&gt;:)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">silverblaze</dc:creator><pubDate>Fri, 05 Dec 2008 06:09:14 -0000</pubDate></item></channel></rss>