Jan
21
2009
4

Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)

This post is for people who have an error message when you try to log into your wordpress dashboard or any part of your wordpress admin page. Usually an error message “Fatal Error: Allowed Memory Size of … bytes exhausted (tried to allocate … bytes) in /home/… on line …”

The reason for this is because you have overloaded your php with tons of instructions by adding too many plugins and etc. It is a memory issue, so you would have to edit your wordpress settings manually.

Troubleshoot:

Step 1

First we must find the file wp-settings.php

You can use your online file manager that comes with your hosting account or like me, you can use a ftp client to locate your file in your hosting server. The file is probably inside the folder where you install WP.

 

Step 2

Once you find the file, you must open it for editing

 

Step 3

Inside the file, look for the line “define(’WP_MEMORY_LIMIT “

Depend on your original setting, some of you might see 8M, 16M or 32M.

Step 4

Just change that figure to double the original amount and saved it. (Overwrite the original file)

And that is about it.

If the error were to occur again some time later, it could be due to a Wordpress version updates that reset the changes back to the lower memory amount. 

Oct
10
2008
13

Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)

Self-hosted Wordpress 2.6 RSS feed only show the summary of the post even when setting is set to “Full text” mode for my Feedburner Feed.
If your RSS feed from Feedburner only display the excepts of your posts even after you have set your wordpress settings to “Full text” mode, just follow these steps:

Step #1

Go to Wordpress “Settings” -> “Reading” ->


Select “Full text” and then save changes.

Step #2

Go to Feedburner -> your feed dashboard-> “Edit Feed Details” ->

Change the Original Feed to -> yourdomain.com/?feed=rss2

Now go back to check your Feed, it should be working now. :)

Summary

The likely reason for the problem that you face would have been because you have used the wrong feed source from your website. Feedburner requires “feed=rss2″ for full text and the default setting on your WP could have been “feed=rss”.

Style Blog Designs: Help you Build Nicer Blog © 2008 All Rights Reserved. Powered by WordPress