• Resolved Niclas

    (@najclas)


    So, when I upload files I get a fatal error:
    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2140 bytes) in /home/**/domains/***.com/html/wp-admin/includes/image.php on line 40

    I’ve tried disabling plugins and even erased them from the server but to no avail. I also tried changing permissions on a bunch of files and stuff like that, no luck there either.

    I should also mention that I am on a (gs) over at mediatemple.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll have to get your host to increase you php memory limit. You can try doing this yourself with a line in your .htaccess file
    php_value memory_limit 16M
    If that doesn’t work you’ll have to contact your host.

    Thread Starter Niclas

    (@najclas)

    that worked beautifully, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error when uploading file’ is closed to new replies.