Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Cannot add images
    Thread Starter kenchu

    (@kenchu)

    admin – settings – miscellaneous
    this is where that is set up

    +

    http://wordpress.org/support/topic/59986

    Upon upload I kept getting:
    “The uploaded file could not be moved to .”

    I had just finished migrating WP 2.01 from one server to another. I had wp-content/uploads permissions set correctly as 0777. The fix was:

    (1) I copied my uploads folder (and renamed it)
    (2) I then deleted wp-content/uploads
    (3) I then recreated wp-content/uploads (mkdir)
    (4) I then set permissions on wp-content/uploads (chmod 0777)
    (5) I then copied all the folders/content I copied in step 1 –> the folder created in step 4

    Voila. Works again, I can upload.

    Worked for me

Viewing 1 replies (of 1 total)