please help,,i get this error in wp memory size!

Discussion in 'WordPress' started by bosanci28, Jan 26, 2010.

  1. #1
    can someone help me with this:
    i get this error and the autoblogged is not working any more,

    when i press process now in autoblogged i get this:

    Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 72 bytes) in /home/mysite/public_html/futureofsolarpanels/wp-content/plugins/autoblogged/simplepie.php on line 8613

    the date is still jan1
    hmmm
    any clue,why....
    thanks
     
    bosanci28, Jan 26, 2010 IP
  2. AlohaThemes.com

    AlohaThemes.com Active Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    83
    #2
    I would make sure to update to the latest version of AutoBlogged (I use this software too). I know there was an SQL issue with the plugin with a latter version (not that latest though). If that doesn't work, send Mark at Autoblogged an email using their support system.

    If that fails, perhaps contact your web host to help you find the reason.

    Good luck! - Scott
     
    AlohaThemes.com, Jan 26, 2010 IP
  3. bosanci28

    bosanci28 Well-Known Member

    Messages:
    857
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    105
    #3
    well i have few other blogs and they update fine,,hmmm
     
    bosanci28, Jan 27, 2010 IP
  4. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #4
    You will need to edit your servers php.ini setting to allow more memory.

    Or, you can try adding
    php_value memory_limit "64M"

    into your .htaccess file.
     
    craiger22, Jan 27, 2010 IP
  5. ~kev~

    ~kev~ Well-Known Member

    Messages:
    2,866
    Likes Received:
    194
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Edit the php.ini file and increase the memory limit. The php config file should be in the /etc/ directory on the server. What it boils down to, php has run out of memory. Just edit the php config file and increase the memory limit.
     
    ~kev~, Jan 27, 2010 IP
  6. bosanci28

    bosanci28 Well-Known Member

    Messages:
    857
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    105
    #6
    okay,,
    this is what i have in the .htaccess: in the folder where i have that site,

    # Use PHP5CGI as default
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]


    </IfModule>
    <IfModule mod_php5.c>
    php_value upload_max_filesize 64M
    </IfModule>


    but it was 8m,,before,

    as for php.ini
    i have only one in main root for all sites
    line 232 memory_limit=1000m
    line 373 post_max_size=1000m
    line 486 upload_max_filesize=1000m

    hmmm,,maybe is there anything else,,,


    this is happening to only one blog,,all other working fine!

    thanks
     
    Last edited: Jan 27, 2010
    bosanci28, Jan 27, 2010 IP
  7. bosanci28

    bosanci28 Well-Known Member

    Messages:
    857
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    105
    #7
    still did not fix the problem.
    i m trying to update wordpress,

    i have increase to 128 mb
    and still get this error from all blogs
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Allowed memory size of 31457280 bytes exhausted (tried to allocate 2516581 bytes) in /home/mysite/public_html/mysite/wp-includes/http.php on line 1324
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    thanks
     
    bosanci28, Feb 6, 2010 IP
  8. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #8
    This tells me that your PHP memory is only set to 31mb. I am guessing you are trying to edit your memory size via .htaccess.

    Your host probably has this method disabled. You need to edit your php.ini with a higher memory level, or most likely contact your host and have them increase it.

    BTW, how many plugins are you running? It may help to disable some of them.
     
    craiger22, Feb 6, 2010 IP
  9. bosanci28

    bosanci28 Well-Known Member

    Messages:
    857
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    105
    #9
    i run about 12 plugins
    and i did the edit in php.ini to 128mb,,that what my support told me ,but still i get the error..

    i attach the file if you want to take a look,
    thanks
     

    Attached Files:

    • php.zip
      File size:
      13.6 KB
      Views:
      46
    Last edited: Feb 6, 2010
    bosanci28, Feb 6, 2010 IP
  10. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #10
    Change this:
    memory_limit = 256mb
    to this:
    memory_limit = 100M

    You may also have to restart apache for changes to take affect, not sure how it works on a shared server.
     
    craiger22, Feb 6, 2010 IP
  11. bosanci28

    bosanci28 Well-Known Member

    Messages:
    857
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    105
    #11
    no,luck man,,
    i did change to that,,
    also i talk to support again and they said to put php5(single) ,php.ini on main root,,and then .htacess to every folder where i have the blog domains,
    with this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>
    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    and change that to 100M and still same ,error,,

    im lost with this ,,this is casing some errors in posting also,

    thanks
     
    bosanci28, Feb 6, 2010 IP