• Resolved Pfi78

    (@pfi78)


    First of all, thank you for the forum.

    I’m a beginner, sorry.
    I have a blog on my laptop and one on my internet provider’s site.
    It works well on my laptop, but on my internet provider’s site if I upload large size images (using the flash routine or the internet explorer process), I have got this error message (the file size is 2.2M, jpeg format):
    Fatal error: Out of memory (allocated 32505856) (tried to allocate 15488 bytes) in /homepages/19/d330808579/htdocs/wordpress/wp-includes/media.php on line 253

    Sometime, I can see the file, but I can’t use the option small/large size/etc… option to load a picture in my blog.
    You can see this on wwww.lanatureaumesnil.fr
    Sometime, It doesn’t work at all.

    Please help, I want to build a photoblog…

    I use the last version of WordPress, on an IBook Pro, my internet provider is 1and1.

    Best regards,
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '128M');
    
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 128M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    
    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    Thread Starter Pfi78

    (@pfi78)

    Thank you.
    I did all that you kindly suggested in your answer but without improvement. I called the hotline of my provider and it seems that my provider 1and1 doesn’t allow to upload image bigger than 1Mo….

    Look strange but below 1Mo it works.

    Best regards,
    Philippe

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Load images using the flash or internet process’ is closed to new replies.