Title: typecastfilms's Replies | WordPress.org

---

# typecastfilms

  [  ](https://wordpress.org/support/users/typecastfilms/)

 *   [Profile](https://wordpress.org/support/users/typecastfilms/)
 *   [Topics Started](https://wordpress.org/support/users/typecastfilms/topics/)
 *   [Replies Created](https://wordpress.org/support/users/typecastfilms/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/typecastfilms/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/typecastfilms/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/typecastfilms/engagements/)
 *   [Favorites](https://wordpress.org/support/users/typecastfilms/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Media Upload Problem (The uploaded file could not be moved to error)](https://wordpress.org/support/topic/media-upload-problem-the-uploaded-file-could-not-be-moved-to-error/)
 *  [typecastfilms](https://wordpress.org/support/users/typecastfilms/)
 * (@typecastfilms)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/media-upload-problem-the-uploaded-file-could-not-be-moved-to-error/page/3/#post-1023486)
 * Just got this figured out.
 * In simpler terms:
    1. [Create a phpinfo page](http://kb.mediatemple.net/questions/764/How+can+I+create+a+phpinfo.php+page%3F),
       if you don’t already have one.
    2. Scroll down to “apache2handler” and look for “User/Group.”
    3. Remember the name listed for the user. My entry was apache(#)/#, the name was“
       apache.”
    4. Log into a terminal as the root user. Google this step if you need help here.
    5. Navigate to the folder just above where your WP is installed. Mine is installed
       to the root directory (httpdocs), so it was at var/www/vhosts/mydomain.com
    6. Type `chown -R (your the username from earlier) (your wp directory)/` – for 
       me, `chown -R apache httpdocs/`. This changes the ownership of the directory
       to apache.
    7. Navigate to your wp-content folder: httpdocs/wp-content/
    8. Type `chmod -R 766 uploads/`. This changes permissions so that apache can read,
       write, and execute there.
 * This worked for me. Hopefully others who find this thread through Google (like
   I did) will find this useful.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Insert a page within a page](https://wordpress.org/support/topic/insert-a-page-within-a-page/)
 *  Thread Starter [typecastfilms](https://wordpress.org/support/users/typecastfilms/)
 * (@typecastfilms)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/insert-a-page-within-a-page/#post-1336860)
 * That is perfect. Thanks, doc!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error with images uploaded through wordpress](https://wordpress.org/support/topic/error-with-images-uploaded-through-wordpress/)
 *  Thread Starter [typecastfilms](https://wordpress.org/support/users/typecastfilms/)
 * (@typecastfilms)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/error-with-images-uploaded-through-wordpress/#post-1333772)
 * I have assigned recursive permissions to 755 as directed. Now, my images are 
   no longer forbidden, but I still cannot upload new images:
 * > The uploaded file could not be moved to /var/www/vhosts/typecastfilms.com/httpdocs/
   > wp-content/uploads/2010/01.
 * Thank you for the help!

Viewing 3 replies - 1 through 3 (of 3 total)