• Hi
    I am having the problem with php memory limit. I have increased php memory to 128MB in php.ini but it is not updated. It still show i have 32MB php memory limit. When I check php info file, it shows 128MB. When I check php limit information with TPC! Memory Usage plugin, it shows 32MB. I talk to web hosting, they told they have increased it to 128MB but why I am still having 32MB.
    When I add php_value memory_limit 16M to .htaccess file it shows 500 server error to my site.
    My wordpress memory limit is set to 128Mb so there is no problem with wp memory.

    Any help?

    kind regard

Viewing 6 replies - 16 through 21 (of 21 total)
  • einrad

    (@einrad)

    That plugin looks like it is for a wordpress update. I am getting the message all of a sudden when I go into the admin panel and view the list of posts.

    einrad

    (@einrad)

    Tried the plugin, did not work. When I signin and review posts, the third post displays the error mentioned above in the list of posts and no posts after the third one displays. I am at a loss right now what else might be affecting the memory limit. I am at 3.01.

    Who is your host? I’m having the same problem as this – only affects me when trying to update larger plugins or wordpress itself.

    This trick doesn’t work for me ever since WP 3.

    what I found worked was to create a PHP.INI file in the wp-admin folder with the line:

    memory_limit = 128M

    (or whatever you want to make it)

    Just to throw in my two pennies – moving the php.ini file from the public_html root (where I was told to put it), into the wp-admin folder worked for me.

    @ Plinth

    well done good sir after many attempts trying the 4 methods in other posts, moving the php.ini to wp-admin worked.

    memory_limit = 64M;

    in the php.ini

    AND

    move it to your wp-admin folder.

    cheers.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Php memory limit not updated’ is closed to new replies.