• moonjw

    (@moonjw)


    I newly installed a wordpress website and found the following error message when I tried to upload an image.

    The error message was:

    “07.JPG” has failed to upload due to an error
    Unable to create directory /home/chinabiz/public_html/cb/wp-content/uploads/2013/02. Is its parent directory writable by the server?

    I tried to add the following statement on the .htaccess file and
    upload it on the root www directory.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Besides, I also tried to amend the folders wp-content and
    uploads to 775. However, the above-said error still appeared
    when I tried to upload image to uploads folder.

    The wordpress version is 3.2.1 and PHP version 5.2.14.

    Please help me to fix it !!

    Many thanks.

Viewing 1 replies (of 1 total)
  • rojatre

    (@rojatre)

    I have the same issue Just started – perhaps with update to WordPress 3.5.1

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