• I have to believe this has come up before, but the search term “image upload” came up with nothing.

    I also have to believe this problem is operator error on my part, but I don’t know what I need to do.

    I tried to upload an image from the post-new.php page, but only was able to get this error:

    The uploaded file could not be moved to /home/advanced/public_html/wp-content.
    Warning: Cannot modify header information – headers already sent by (output started at /home/advanced/public_html/wp-admin/admin-functions.php:1879) in /home/advanced/public_html/wp-includes/functions.php on line 1219

    Any ideas where I may have goofed, or what I need to do to fix this?

    Thanks in advance.

    P.S. – I’m running version 2.1

Viewing 16 replies (of 16 total)
  • This error message usually is caused by white space before the beginning <? or after the closing ?> php tags. Some editors add spaces to the end of the file that shows up as blank lines after the closing tag. You might want to check that in the files named in the error message.

    hope this helps, mikesz

Viewing 16 replies (of 16 total)
  • The topic ‘Image Upload Error’ is closed to new replies.