1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Need help soving Wordpress out of memory error when trying to upload theme

Discussion in 'Programming' started by PaulaSmiles, Apr 27, 2011.

  1. #1
    I am trying to upload the elegant themes resume theme on one of my sites. Wordpress is already installed and other themes are working.

    This theme won't install and gives me this error message:
    Fatal error: Out of memory (allocated 14680064) (tried to allocate 68301811 bytes) in /home/jenny9/public_html/PaulaS*****.com/wp-admin/includes/file.php on line 671

    I've tried deleting files and themes to make room, but it hasn't worked. My host chat person didn't know why.

    Can someone help me install this theme?

    Please reply or PM with price and when you can have it done.

    Thanks!
     
    PaulaSmiles, Apr 27, 2011 IP
    Clive likes this.
  2. QubeSys Technologies

    QubeSys Technologies Active Member

    Messages:
    204
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Please check your PM.
    We can do it for you.
     
    QubeSys Technologies, Apr 27, 2011 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Here are a few ways to fix your problem:

    1. If you're on a VPS or a dedicated server with root access, then look for the php.ini file to change the values for memory_limit to 32M.

    2. If you don't have access to php.ini, then add the following line to wp-config.php:

    ini_set('memory_limit', '32M');
    Code (markup):
    or
    define('WP_MEMORY_LIMIT', '32M');
    Code (markup):
    3. Another possible way to increas this limit is by editing .htaccess:

    php_value memory_limit 32M
    Code (markup):
    Hope this helps, and saves some of your money :)
     
    Clive, Apr 28, 2011 IP
    superfrankie likes this.
  4. ivounnerry

    ivounnerry Member

    Messages:
    252
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    hope you solved that problem.. Clive's advice is right. I also make a thread on this kind of error. I think there's no need for you to hire a coder when you only have this problem. Next time, google it first or ask members from the forum on what to do rather than asking for a coder to fix it. :)
     
    ivounnerry, Apr 29, 2011 IP