wp-sync-db / wp-sync-db-media-files

Sync media libraries between WordPress installations - an addon for wp-sync-db
GNU General Public License v2.0
530 stars 142 forks source link

A problem occured when attempting to move the temp file #28

Open hrsetyono opened 8 years ago

hrsetyono commented 8 years ago

Hi I got this error when trying to push Local media to Live staging site

A problem occurred when attempting to move the temp file "/tmp/phpN1sgMa" to "/dir/to/my/website/wp-content/uploads/2016/05/my-image.jpg" (#107mf)
A problem occurred when attempting to move the temp file "/tmp/phpU3SsNb" to "/dir/to/my/website/wp-content/uploads/2016/05/my-image-150x150.jpg" (#107mf)

I think it got to do with the permission in my server. When I start using this server, I can't upload anything from WP. Then I changed the wp-content's permission to 775 via FileZilla and I can upload media just fine since then.