• I am getting the following errors and would like to know what I should do to fix things.

    When I am on the dashboard, I have the following errors showing up:
    [1] WordPress Development Log:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home4/mcgrawma/public_html/blog/wp-includes/class-simplepie.php on line 4184
    [2]Incoming Links:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home4/mcgrawma/public_html/blog/wp-includes/class-simplepie.php on line 4184
    [3]Plug-ins:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home4/mcgrawma/public_html/blog/wp-includes/class-simplepie.php on line 4184

    When I attempt to upgrade the following plug-ins, I am unable to do so and receive the following errors:
    [A]Downloading update from http://downloads.wordpress.org/plugin/wordpress-mobile-pack.1.2.0.zip.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 802385 bytes) in /home4/mcgrawma/public_html/blog/wp-includes/http.php on line 1358

    [B]Downloading update from http://downloads.wordpress.org/plugin/wp-greet-box.5.5.8.zip.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 318187 bytes) in /home4/mcgrawma/public_html/blog/wp-includes/http.php on line 1358

Viewing 1 replies (of 1 total)
  • * Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.

    1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
    2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
    3. Increase the memory limit via wp-config.php (e.g. define(‘WP_MEMORY_LIMIT’, ’64M’);)

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Errors: Allowed Memory Size Exhausted’ is closed to new replies.