Forums

[resolved] Importing to wordpress on localhost (3 posts)

  1. mhbell
    Member
    Posted 2 years ago #

    I have a test setup for my blog on localhost on my computer. I am trying to import all of my Blog that is hosted on my ISP to my blog on localhost I have got the xml file that I expoted to my desktop but when I try to import it to my blog in localhost I get a error

    The uploaded file could not be moved to /home/mhbell/www/rvblog/wp-content/uploads/2010/02
    I am using version 292 on both wordpress blogs
    Mel

  2. Chris_K
    Member
    Posted 2 years ago #

    That's most likely a permissions issue. Make sure whatever user your local web server is running as can write to the wp-content tree.

  3. mhbell
    Member
    Posted 2 years ago #

    I had to change the permissions on the uploads directory (folder) I used

    chmod -R 777 /home/mel/www/wordpress/wp-content/uploads

    The -R has to be uppercase to change everything in the uploads directory Recursivly.

    Mel

Topic Closed

This topic has been closed to new replies.

About this Topic