Title: Dashboard Errors
Last modified: August 19, 2016

---

# Dashboard Errors

 *  Resolved [Baroness Tapuzina](https://wordpress.org/support/users/baroness-tapuzina/)
 * (@baroness-tapuzina)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/)
 * I have the following errors under two subheaders in my Dashboard.
 * Under **Plugins**:
    Fatal error: Allowed memory size of 33554432 bytes exhausted(
   tried to allocate 24 bytes) in /home6/baroness/public_html/wp-includes/class-
   simplepie.php on line 14566
 * Under **WordPress Development Blog**:
    Fatal error: Allowed memory size of 33554432
   bytes exhausted (tried to allocate 71417 bytes) in /home6/baroness/public_html/
   wp-includes/functions.php on line 965
 * What do I need to do to fix this?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341562)
 * Try increasing the memory for PHP and WordPress by putting this line in your .
   htaccess file:
 * `php_value memory_limit 64M`
 * or this line near the top of your wp-config.php file:
 * `define('WP_MEMORY_LIMIT', '64M');`
 * or in your php.ini, if you have access:
 * `memory_limit = 64M;`
 *  Thread Starter [Baroness Tapuzina](https://wordpress.org/support/users/baroness-tapuzina/)
 * (@baroness-tapuzina)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341603)
 * Where do put this in the .htaccess file:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * # END WordPress
 *  Thread Starter [Baroness Tapuzina](https://wordpress.org/support/users/baroness-tapuzina/)
 * (@baroness-tapuzina)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341697)
 * I tried increasing and it didn’t work.
 *  [alaetra](https://wordpress.org/support/users/alaetra/)
 * (@alaetra)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341702)
 * If you’ve tried increasing it and you are still getting errors, you may want 
   to contact your web host and see if they can raise it for you.
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341703)
 * Deactivate all plugins, try this line near the top of your wp-config.php file:
 * define(‘WP_MEMORY_LIMIT’, ’64M’);
 * reactivate all plugins.
 *  Thread Starter [Baroness Tapuzina](https://wordpress.org/support/users/baroness-tapuzina/)
 * (@baroness-tapuzina)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341737)
 * Worked like a charm!!! Thank you!!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Dashboard Errors’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [Baroness Tapuzina](https://wordpress.org/support/users/baroness-tapuzina/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/dashboard-errors-2/#post-1341737)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
