• Having run several WP sites for a couple of years now, I suddenly am having a problem with several sites where I can’t insert images into a post. When I do this (either by upload or url), and go to “Insert”, the page just comes up blank – no error message.

    This follows a recent invasion of the Gumbler virus, so I am suspecting there may be a connection, either with virus damage, or something that is the result of our repairs.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • can you turn on php error reporting and see what error is thrown?
    http://www.bradino.com/php/error-reporting/

    Thread Starter gpeery

    (@gpeery)

    I’m not familiar with php (I know you must love guys like me!).
    I did look at the link you provided, but it is not clear to me what code this gets put into – it seems unlikely that it would be each of the php files for the site.

    Thanks.

    you can add that to top of wp-config.php

    for grins and this might be the problem
    add this line to top of wp-config.php
    define('WP_MEMORY_LIMIT', '64M');

    Thread Starter gpeery

    (@gpeery)

    Thank you.
    Here now is what happens when I try to upload an image:

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/45/d94430377/htdocs/anima/wp-config.php:2) in /homepages/45/d94430377/htdocs/anima/wp-admin/async-upload.php on line 22
    386

    wp-config.php
    this file has a blank line or carriage return before the opening <?php
    or after the closing ?>
    edit it notepad or similar basic editor and correct this

    Thread Starter gpeery

    (@gpeery)

    Okay – the wp-config file is fixed.
    The same problem is occurring with the blank page.
    Where do I look for the error message?

    Thread Starter gpeery

    (@gpeery)

    I think I have solved the problem by reinstalling WordPress. I am still curious about what happened, but my need for support is reduced.Thanks for your time.

    Gordon

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unable to insert images’ is closed to new replies.