Getting errors after upgrading my wordpress

Discussion in 'WordPress' started by brarpavi, Apr 19, 2010.

  1. #1
    hi, I got the following error
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home2/xxxx1/public_html/wp-includes/http.php on line 420

    after i upgraded my wordpress to latest version,Could any body tell what this error means? and how to handle it

    thanks
     
    brarpavi, Apr 19, 2010 IP
  2. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,482
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #2
    Have you contacted your hosting provider for this error ?

    DON.
     
    deluxdon, Apr 19, 2010 IP
  3. brarpavi

    brarpavi Active Member

    Messages:
    168
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    no,not still
     
    brarpavi, Apr 19, 2010 IP
  4. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #4
    ask your host to increase php memory limit, or just add this line to your wp-config.php
    
    define('WP_MEMORY_LIMIT', '64M');
    
    Code (markup):
     
    aap, Apr 19, 2010 IP