• Media upload not longer working after upgrade to 3.3.

    I have seen a lot of post about this but nothing that has helped me.

    Here is the error I am getting
    Warning: copy(/home/barbsonm/public_html/wp-content/uploads/2012/01/logo.jpg) [function.copy]: failed to open stream: Permission denied in /home/barbsonm/public_html/wp-admin/includes/file.php on line 348
    606

    MY permissions for my upload folder is 755…

    Anyone have any ideas? I am pulling my hair out over here… And for some reason they keep CLOSING topics although the problem is NOT resolved…

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thanks all for your help, at last 775 worked for me also, but I have learned a lot from you…

    Thank you all…!!!!
    Be blessed…

    None of the chd worked neither… This happened after upgrade to 3.3.2, I’ve full control of my files including permissions!

    Looks like its your web server (e.g apache) that needs the permissions, not your server administration user account.

    On Redhat Linux, the apache web server runs as user ‘apache’.

    Giving the apache user ownership of everything under ../wp-content/uploads seems to solve the problem.

    e.g. cd <your server root>
    chown -R apache wp-content/includes

    But be careful not to open up the permissions too much, or you may create a security risk.

    Thanks for replying… I got over the problem one day later.. It was a server issue.. ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘3.3 media upload problems’ is closed to new replies.