• When I am trying to upload image I got this error every time

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

    How can I resolve this error.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • I had exactly the same problem!
    It’s because of upload permissions on your server.

    See this thread
    http://wordpress.org/support/topic/101921
    which eventually leads to:
    http://wordpress.org/support/topic/50863

    I had to change the permissions on my wp-content folder from 0755 to 0775, i.e. allow group write. This shouldn’t be necessary, but it is

    Michael

    Further to my last post: it depends on the way php is set up on your webhost and you may be able to change it.

    If php is set up as an Apache module, then it runs as the webserver and you have to change the permissions to 775. However, if you are able to run it in FastCGI mode then the permissions can remain 755, which is more secure.

    For the record, usually you only have to change your permissions *once*. You change them, upload an image, then go back and set the folder permissions back to the server default. WordPress only needs access to that folder once, then it retains it forever.

    Im trying to upload pictures to my website and it keeps coming up as NO IMAGE. Im so fustrated. liz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error in image uploading’ is closed to new replies.