<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: fatal error</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: fatal error</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 04:30:17 +0000</pubDate>

<item>
<title>Shane G. on "PHP Fatal Error"</title>
<link>http://wordpress.org/support/topic/335548#post-1293680</link>
<pubDate>Wed, 25 Nov 2009 19:18:48 +0000</pubDate>
<dc:creator>Shane G.</dc:creator>
<guid isPermaLink="false">1293680@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;PHP requires more memory for the execution then allocated in the default settings. In this case we need to increase PHP Memory limit. These are the different ways to increase it:&#60;/p&#62;
&#60;p&#62;1) Please check php.ini file in the root/public_html folder of your site. Open php.ini file in text editor and change the values for memory_limit. By default it should see memory_limit = 8M. Try changing it to 12M. if it wil not resolve the problem then try to increase it either 16M or 24M.&#60;/p&#62;
&#60;p&#62;2) If you can’t find the php.ini file, open up the PHP file which requires more memory and add this line just after ini_set(’memory_limit’, ‘12M’); we can increase memory upto 16M or 24M to resolve the issue. But do it try with 12M first.&#60;/p&#62;
&#60;p&#62;3) In last,  open the .htaccess file from the root/public_html folder and add this line php_value memory_limit 12M&#60;/p&#62;
&#60;p&#62;From anyone of these trick you can work and rid out from the PHP error.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/&#34; rel=&#34;nofollow&#34;&#62;http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Shane G.
&#60;/p&#62;</description>
</item>
<item>
<title>songdogtech on "PHP Fatal Error"</title>
<link>http://wordpress.org/support/topic/335536#post-1293530</link>
<pubDate>Wed, 25 Nov 2009 17:10:38 +0000</pubDate>
<dc:creator>songdogtech</dc:creator>
<guid isPermaLink="false">1293530@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try increasing the memory for PHP and Wordpress by putting this line near the top of your wp-config.php file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;WP_MEMORY_LIMIT&#38;#39;, &#38;#39;64M&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "PHP Fatal Error"</title>
<link>http://wordpress.org/support/topic/335548#post-1293493</link>
<pubDate>Wed, 25 Nov 2009 16:44:19 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1293493@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/support/topic/253495&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/253495&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>zwendkos on "PHP Fatal Error"</title>
<link>http://wordpress.org/support/topic/335548#post-1293486</link>
<pubDate>Wed, 25 Nov 2009 16:38:31 +0000</pubDate>
<dc:creator>zwendkos</dc:creator>
<guid isPermaLink="false">1293486@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all, when I try to access the install page, I get the following error message:&#60;/p&#62;
&#60;p&#62;PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 393216 bytes) in E:\USERS\RMhomepage\www\wp-includes\canonical.php on line 294&#60;/p&#62;
&#60;p&#62;How do I fix? Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>zwendkos on "PHP Fatal Error"</title>
<link>http://wordpress.org/support/topic/335536#post-1293457</link>
<pubDate>Wed, 25 Nov 2009 16:06:48 +0000</pubDate>
<dc:creator>zwendkos</dc:creator>
<guid isPermaLink="false">1293457@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all, when I try to access the install page, I get the following error message:&#60;/p&#62;
&#60;p&#62;PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 393216 bytes) in E:\USERS\RMhomepage\www\wp-includes\canonical.php on line 294&#60;/p&#62;
&#60;p&#62;How do I fix? Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>dashal on "Fatal error: Call to a member function"</title>
<link>http://wordpress.org/support/topic/335104#post-1292125</link>
<pubDate>Tue, 24 Nov 2009 13:47:26 +0000</pubDate>
<dc:creator>dashal</dc:creator>
<guid isPermaLink="false">1292125@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey there, &#60;/p&#62;
&#60;p&#62;I keep getting this error Fatal error: Call to a member function on a non-object in /homepages/40/d128893498/htdocs/blog/wp-content/themes/bka/test.php on line 21&#60;/p&#62;
&#60;p&#62;Can anyone see what I did wrong with the code? Please help, last part of this theme and I am done...&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;if ($_POST[&#34;name&#34;] == &#34;&#34; or $_POST[&#34;email&#34;]){&#60;br /&#62;
echo 'Invalid Name or Email';&#60;br /&#62;
}&#60;br /&#62;
else {&#60;/p&#62;
&#60;p&#62;echo 'Thank You!';&#60;/p&#62;
&#60;p&#62;$name = $_POST[&#34;name&#34;];&#60;br /&#62;
$email = $_POST[&#34;email&#34;];&#60;/p&#62;
&#60;p&#62;function activate() {&#60;br /&#62;
		global $wpdb;&#60;/p&#62;
&#60;p&#62;			$wpdb-&#38;gt;get_results($wpdb-&#38;gt;prepare(&#34;INSERT INTO wp_subscribe2 (name, email, active, date, ip) VALUES (%s, %d, NOW(), %s)&#34;, $name, $email, 1, $current_user-&#38;gt;user_login));&#60;br /&#62;
		}&#60;br /&#62;
	activate ();&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;  ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>WBurek on "Fatal Error when trying automatic upgrade to  2.8.6"</title>
<link>http://wordpress.org/support/topic/334865#post-1291586</link>
<pubDate>Mon, 23 Nov 2009 23:15:11 +0000</pubDate>
<dc:creator>WBurek</dc:creator>
<guid isPermaLink="false">1291586@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Figured it out. Go to wp-settings.php file and change&#38;gt;&#60;em&#62;define('WP_MEMORY_LIMIT', '32M');&#60;/em&#62; to define('WP_MEMORY_LIMIT', '64M');
&#60;/p&#62;</description>
</item>
<item>
<title>zeno001 on "Fatal Error when trying automatic upgrade to  2.8.6"</title>
<link>http://wordpress.org/support/topic/334865#post-1291491</link>
<pubDate>Mon, 23 Nov 2009 21:37:07 +0000</pubDate>
<dc:creator>zeno001</dc:creator>
<guid isPermaLink="false">1291491@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've just had the same problem.
&#60;/p&#62;</description>
</item>
<item>
<title>WBurek on "Fatal Error when trying automatic upgrade to  2.8.6"</title>
<link>http://wordpress.org/support/topic/334865#post-1291463</link>
<pubDate>Mon, 23 Nov 2009 21:00:03 +0000</pubDate>
<dc:creator>WBurek</dc:creator>
<guid isPermaLink="false">1291463@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I moved my site to a new server and got this message when I tried to upgrade to version 2.8.6 ( also with one plugin)&#60;/p&#62;
&#60;p&#62;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355506 bytes) in /home5/greatbo1/public_html/wp-includes/http.php on line 1324&#60;/p&#62;
&#60;p&#62;Anybody know how to fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>simonnicol on "[Plugin: Fuzzy SEO Booster] Wordpress Fuzzy SEO booster problem fatal error"</title>
<link>http://wordpress.org/support/topic/333063#post-1290671</link>
<pubDate>Mon, 23 Nov 2009 04:44:20 +0000</pubDate>
<dc:creator>simonnicol</dc:creator>
<guid isPermaLink="false">1290671@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just checkin' back to see if anything had been posted. It feels like a desolate wasteland around here - maybe I'm just talking to myself?&#60;/p&#62;
&#60;p&#62;(tumble weed blows in distance)...(sound of rusty cow bell clanging)&#60;/p&#62;
&#60;p&#62;Hummm... will check back in a few more days (if I haven't died of dehydration/sun burn) Ahhh... I must stop reading movie scripts!
&#60;/p&#62;</description>
</item>
<item>
<title>whooami on "Fatal error when upgrading to Buddypress"</title>
<link>http://wordpress.org/support/topic/334369#post-1289895</link>
<pubDate>Sun, 22 Nov 2009 11:34:54 +0000</pubDate>
<dc:creator>whooami</dc:creator>
<guid isPermaLink="false">1289895@http://wordpress.org/support/</guid>
<description>&#60;p&#62;use your ftp client, delete the plugins/buddypress directory, OR rename it.
&#60;/p&#62;</description>
</item>
<item>
<title>dom2022 on "Fatal error when upgrading to Buddypress"</title>
<link>http://wordpress.org/support/topic/334369#post-1289894</link>
<pubDate>Sun, 22 Nov 2009 11:32:07 +0000</pubDate>
<dc:creator>dom2022</dc:creator>
<guid isPermaLink="false">1289894@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After upgrading to BuddyPress, I get a fatal error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function get_blog_option() in /home/******/public_html/******/wp-content/plugins/buddypress/bp-core.php on line 568&#60;/p&#62;
&#60;p&#62;Now I cannot access the front or back-end. How do i fix it?  I do have ftp access and while not a coder am not afraid to go in the backend and route around with good instructions!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>dom2022 on "Fatal error when downloading BuddyPress"</title>
<link>http://wordpress.org/support/topic/327984#post-1289888</link>
<pubDate>Sun, 22 Nov 2009 11:26:29 +0000</pubDate>
<dc:creator>dom2022</dc:creator>
<guid isPermaLink="false">1289888@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Me too. How did you solve it?
&#60;/p&#62;</description>
</item>
<item>
<title>alexpete on "Fatal Error When Adding Photos"</title>
<link>http://wordpress.org/support/topic/334287#post-1289723</link>
<pubDate>Sun, 22 Nov 2009 02:56:16 +0000</pubDate>
<dc:creator>alexpete</dc:creator>
<guid isPermaLink="false">1289723@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I al trying to upload photos into a post, they are JPGs and pretty small, 1 - 3MB. When I do, I get this error:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Fatal error: Out of memory (allocated 32505856) (tried to allocate 13824 bytes) in /homepages/12/d292579524/htdocs/wp-admin/includes/image.php on line 147&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;What is going on? Please please help.
&#60;/p&#62;</description>
</item>
<item>
<title>exist2009 on "fatal error"</title>
<link>http://wordpress.org/support/topic/256491#post-1287797</link>
<pubDate>Fri, 20 Nov 2009 08:16:55 +0000</pubDate>
<dc:creator>exist2009</dc:creator>
<guid isPermaLink="false">1287797@http://wordpress.org/support/</guid>
<description>&#60;p&#62;OK PROBLEM REOLVED :)
&#60;/p&#62;</description>
</item>
<item>
<title>exist2009 on "fatal error"</title>
<link>http://wordpress.org/support/topic/256491#post-1287780</link>
<pubDate>Fri, 20 Nov 2009 07:38:51 +0000</pubDate>
<dc:creator>exist2009</dc:creator>
<guid isPermaLink="false">1287780@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok i got my userid and password, but I cant find my Buddypress plugin folder&#60;/p&#62;
&#60;p&#62;Help?
&#60;/p&#62;</description>
</item>
<item>
<title>exist2009 on "fatal error"</title>
<link>http://wordpress.org/support/topic/256491#post-1287756</link>
<pubDate>Fri, 20 Nov 2009 06:30:15 +0000</pubDate>
<dc:creator>exist2009</dc:creator>
<guid isPermaLink="false">1287756@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am getting this error, &#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function get_blog_option() in /home/content/42/5102042/html/wp-content/plugins/buddypress/bp-core.php on line 568&#60;/p&#62;
&#60;p&#62;Iam not able to access my site or the dahboard of &#60;a href=&#34;http://www.powai.info&#34; rel=&#34;nofollow&#34;&#62;http://www.powai.info&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have downloaded filezilla , but where do i get my username and password?&#60;/p&#62;
&#60;p&#62;pls help!
&#60;/p&#62;</description>
</item>
<item>
<title>simonnicol on "[Plugin: Fuzzy SEO Booster] Wordpress Fuzzy SEO booster problem fatal error"</title>
<link>http://wordpress.org/support/topic/333063#post-1285497</link>
<pubDate>Wed, 18 Nov 2009 12:19:26 +0000</pubDate>
<dc:creator>simonnicol</dc:creator>
<guid isPermaLink="false">1285497@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've not heard anything back yet from anyone, just wondering if this problem has been fixed or if there's a work-around.&#60;/p&#62;
&#60;p&#62;I love the idea of this plugin, unfortunately when I try to activate it I get the following error:&#60;/p&#62;
&#60;p&#62;Plugin could not be activated because it triggered a fatal error.&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected $end in D:\{blah,blah}\wp-content\plugins\fuzzy-seo-booster\seoqueries.php on line 329&#60;/p&#62;
&#60;p&#62;I have this problem with WordPress 2.8.5 &#38;amp; 2.8.6.&#60;/p&#62;
&#60;p&#62;I think this could be a great plugin, but until I can find a version that works I'll never know - any ideas anyone?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.caspianit.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.caspianit.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kylescottmcgill on "Fatal error when downloading BuddyPress"</title>
<link>http://wordpress.org/support/topic/327984#post-1283821</link>
<pubDate>Mon, 16 Nov 2009 23:42:47 +0000</pubDate>
<dc:creator>kylescottmcgill</dc:creator>
<guid isPermaLink="false">1283821@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You got it going? I have just had the same thing....
&#60;/p&#62;</description>
</item>
<item>
<title>fissioncreative on "Help Fatal error!!!!"</title>
<link>http://wordpress.org/support/topic/332256#post-1282902</link>
<pubDate>Mon, 16 Nov 2009 11:44:48 +0000</pubDate>
<dc:creator>fissioncreative</dc:creator>
<guid isPermaLink="false">1282902@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Fixed this thanks to the help of the power of the search field :-)
&#60;/p&#62;</description>
</item>
<item>
<title>fissioncreative on "Help Fatal error!!!!"</title>
<link>http://wordpress.org/support/topic/332256#post-1282891</link>
<pubDate>Mon, 16 Nov 2009 11:27:35 +0000</pubDate>
<dc:creator>fissioncreative</dc:creator>
<guid isPermaLink="false">1282891@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi All&#60;/p&#62;
&#60;p&#62;I'm using an adapted version of F8 static - which has recently gone wrong. If anyone has any experience of this theme I'd appreciate your help.&#60;/p&#62;
&#60;p&#62;I've removed the main image of the home page but the thumbnail post underneath have been left in place, it was all working fine until I was updating these posts and the images wouldn't crop to the correct size and were stretching to fit.&#60;/p&#62;
&#60;p&#62;I removed a couple of plug-ins I thought were causing an issue (sexybookmarks and the Excerpt reloaded) tweaked the thumbnail size in the settings panel and then tried to upload a new image.&#60;/p&#62;
&#60;p&#62;I'm, now getting this error on the site - &#60;/p&#62;
&#60;p&#62;From the admin side : &#34;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 38 bytes) in /home/fission1/public_html/wp/wp-includes/widgets.php on line 716&#34;&#60;/p&#62;
&#60;p&#62;From the public side: &#34;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in /home/fission1/public_html/wp/wp-includes/locale.php on line 161&#34;&#60;/p&#62;
&#60;p&#62;Any ideas would be appreciated.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
John
&#60;/p&#62;</description>
</item>
<item>
<title>ashubetta on "Fatal error while upgrading from 2.8.5 to .6"</title>
<link>http://wordpress.org/support/topic/331765#post-1281942</link>
<pubDate>Sun, 15 Nov 2009 08:58:32 +0000</pubDate>
<dc:creator>ashubetta</dc:creator>
<guid isPermaLink="false">1281942@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Endolith on "Anarchy Media Player AMP 2.5  Broken in 2.7?"</title>
<link>http://wordpress.org/support/topic/228064#post-1281753</link>
<pubDate>Sun, 15 Nov 2009 01:00:13 +0000</pubDate>
<dc:creator>Endolith</dc:creator>
<guid isPermaLink="false">1281753@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just tried installing it on 2.8.5 and it's not working for me, either.  All my other plugins work fine, but when I try to activate AMP, it says &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Plugin could not be activated because it triggered a fatal error.&#60;/p&#62;
&#60;p&#62;Warning: require_once(/home/username/public_html/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home/username/public_html/wordpress/wp-content/plugins/anarchy_media/anarchy_media_player.php on line 20&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '/home/username/public_html/wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/wordpress/wp-content/plugins/anarchy_media/anarchy_media_player.php on line 20
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Lines 19 and 20 of anarchy_media_player.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require_once str_replace($_SERVER[&#38;#39;SCRIPT_NAME&#38;#39;], &#38;#39;&#38;#39;,
                         $_SERVER[&#38;#39;SCRIPT_FILENAME&#38;#39;]) . &#38;#39;/wp-config.php&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jkrehbiel1 on "Can't access my wp-admin page"</title>
<link>http://wordpress.org/support/topic/231003#post-1281483</link>
<pubDate>Sat, 14 Nov 2009 18:55:53 +0000</pubDate>
<dc:creator>jkrehbiel1</dc:creator>
<guid isPermaLink="false">1281483@http://wordpress.org/support/</guid>
<description>&#60;p&#62;msbun,&#60;br /&#62;
did you solve it???&#60;br /&#62;
Please share.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>stvwlf on "Fatal error while upgrading from 2.8.5 to .6"</title>
<link>http://wordpress.org/support/topic/331765#post-1281431</link>
<pubDate>Sat, 14 Nov 2009 18:07:01 +0000</pubDate>
<dc:creator>stvwlf</dc:creator>
<guid isPermaLink="false">1281431@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Leave it there permanently. &#60;/p&#62;
&#60;p&#62;The error message was that the amount of memory allocated for the WP process to run in on the server was insufficient.  The line added boosted that to allocate more memory.  As WordPress grows and adds new features, it can require more memory overall.  Also, plugins can use memory too.
&#60;/p&#62;</description>
</item>
<item>
<title>ashubetta on "Fatal error while upgrading from 2.8.5 to .6"</title>
<link>http://wordpress.org/support/topic/331765#post-1281389</link>
<pubDate>Sat, 14 Nov 2009 17:24:17 +0000</pubDate>
<dc:creator>ashubetta</dc:creator>
<guid isPermaLink="false">1281389@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Solved! Btw, what exactly was the problem? I haven't had such issues with earlier upgrades. Also, do I need to keep the line in wp-config.php file, or can I remove it?
&#60;/p&#62;</description>
</item>
<item>
<title>stvwlf on "Fatal error while upgrading from 2.8.5 to .6"</title>
<link>http://wordpress.org/support/topic/331765#post-1281325</link>
<pubDate>Sat, 14 Nov 2009 16:41:08 +0000</pubDate>
<dc:creator>stvwlf</dc:creator>
<guid isPermaLink="false">1281325@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try adding this line to your wp-config.php file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;WP_MEMORY_LIMIT&#38;#39;, &#38;#39;48M&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If it still happens try 64M intead of 48M
&#60;/p&#62;</description>
</item>
<item>
<title>ashubetta on "Fatal error while upgrading from 2.8.5 to .6"</title>
<link>http://wordpress.org/support/topic/331765#post-1281316</link>
<pubDate>Sat, 14 Nov 2009 16:32:25 +0000</pubDate>
<dc:creator>ashubetta</dc:creator>
<guid isPermaLink="false">1281316@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've been trying to automatically upgrade the Wordpress on my blog from 2.8.5 to 2.8.6 since the latter was released. But I'm getting a fatal error every time I try it. What could be the cause? Here's a screenshot of the error :&#60;br /&#62;
&#60;a href=&#34;http://pic.gd/005212&#34;&#62;http://pic.gd/005212&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
</item>
<item>
<title>kasesplaces on "Fatal Error: wordpress/wp-admin/admin-header.php on line 89"</title>
<link>http://wordpress.org/support/topic/330894#post-1280865</link>
<pubDate>Sat, 14 Nov 2009 01:26:01 +0000</pubDate>
<dc:creator>kasesplaces</dc:creator>
<guid isPermaLink="false">1280865@http://wordpress.org/support/</guid>
<description>&#60;p&#62;$blog_name_excerpt = wp_html_excerpt($blog_name, 40);
&#60;/p&#62;</description>
</item>
<item>
<title>Shane G. on "Can't upload picture"</title>
<link>http://wordpress.org/support/topic/331500#post-1280706</link>
<pubDate>Fri, 13 Nov 2009 22:41:03 +0000</pubDate>
<dc:creator>Shane G.</dc:creator>
<guid isPermaLink="false">1280706@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Without compressing the image it can be resolve the issue. For that check with these options:&#60;/p&#62;
&#60;p&#62;1) Please check php.ini file in the root/public_html folder of your site. Open php.ini file in text editor and change the values for memory_limit. By default it should see memory_limit = 8M. Try changing it to 12M. if it wil not resolve the problem then try to increase it either 16M or 24M.&#60;/p&#62;
&#60;p&#62;2) If you can’t find the php.ini file, open up the PHP file which requires more memory and add this line just after ini_set(’memory_limit’, ‘12M’); we can increase memory upto 16M or 24M to resolve the issue. But do it try with 12M first.&#60;/p&#62;
&#60;p&#62;3) In last,  open the .htaccess file from the root/public_html folder and add this line php_value memory_limit 12M&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/&#34; rel=&#34;nofollow&#34;&#62;http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Shane G.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
