Support » Fixing WordPress » Fatal error: Allowed memory size of … error?

  • Hi there,

    Since today I get this error
    Fatal error: Allowed memory size of….

    and I am just changing some text no big files are uploaded?

    Any ideas??

    btw: using wordpress 2.0

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same issue here today.
    The fix should be okay, edit your php.ini file if you have access to it and change :
    php_value memory_limit = 8M
    to
    php_value memory_limit = 16M

    and restart your webserver.

    That’s what I’ve done and ….. it did not fix anything as phpinfo.php still shows 8Mb !

    Something, somewhere is overriding my php.ini file. Tried the .htaccess trick as well …. no luck…

    here is a pointer to my phpinfo data:

    http://killerfrog.demon.nl/phpinfo.php

    Cheers

    Ralph

    correction to my post.

    it should be memory_limit = 16M in the php.ini file
    php_value memory_limit = 16M is for .htaccess file

    regardless, it seems it fixed the issue for others… what could be wrong with my setup ?

    thx

    Ralph

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Allowed memory size of … error?’ is closed to new replies.