• Hi all,
    I’m running wordpress 2.6.1 installed with PHP5 and MySQL5 on Linux.
    When I go to write a post, then under media go to the link to upload an image to insert into my post, click on browser uploader, and attempt to upload an image, this is what I get:
    Unable to create directory /home/user4026/public_html/wp-content/uploads/2009/01. Is its parent directory writable by the server?
    The problem is, User4026 has a directory of /home1/user4026/public_html, whereas above, wordpress is referring to /home/user4026/public_html/wp-content instead of /home1/user4026. How can I fix this problem? Thanks …

Viewing 1 replies (of 1 total)
  • Hi,

    You need to assign 777 recursive permissions to wp-contents/uploads folder which will resolve the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Image upload problems’ is closed to new replies.