• Here’s what I’m seeing under the plugin’s menu…

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home3/hoonedes/public_html/wp-includes/class-simplepie.php on line 3204
    Call Stack
    # Time Memory Function Location
    1 0.0004 102128 {main}( ) ../index-extra.php:0
    2 1.0638 32249976 wp_dashboard_plugins_output( ) ../index-extra.php:35
    3 1.0638 32250088 fetch_feed( ) ../dashboard.php:759
    4 1.0657 32302696 require_once( ‘/home3/hoonedes/public_html/wp-includes/class-feed.php’ ) ../feed.php:547

    Here’s what I’m seeing under the Incoming links menu…

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home3/hoonedes/public_html/wp-includes/class-simplepie.php on line 3204
    Call Stack
    # Time Memory Function Location
    1 0.0280 102848 {main}( ) ../index-extra.php:0
    2 0.6222 32251712 wp_dashboard_incoming_links_output( ) ../index-extra.php:23
    3 0.6224 32256848 fetch_feed( ) ../dashboard.php:619
    4 0.6400 32309376 require_once( ‘/home3/hoonedes/public_html/wp-includes/class-feed.php’ ) ../feed.php:547

    All this happened after an auto update to WP 2.8.1. and I have no idea where to start cleaning up this mess. Any suggestions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • add this line anywhere in your wp-config.php

    define('WP_MEMORY_LIMIT', '64M');

    Thread Starter hankeester

    (@hankeester)

    Thanks Samboll,

    I will see if this works and post back.

    Appreciate the help, is this a bug in 2.8.1, I kind of took it as that since even the WP development blog was getting errors.

    you’re running out of php memory

    Thread Starter hankeester

    (@hankeester)

    Thanks again Samboll, that worked.

    I had exactly the same error so i

    add this line anywhere in your wp-config.php

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    uploaded wp-config.php into my webhosting account and now have a database error
    “Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    * Are you sure you have the correct username and password?
    * Are you sure that you have typed the correct hostname?
    * Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.”

    Any ideas?

    I have fixed this. derrr my local wp-config.php file did not contain the passwords and database names of my remote site. everything works beautifully now. So thankyou very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘2.8.1 breaking Plugins, Incoming links and WP blog on Dashboard’ is closed to new replies.