Unable to upload image
-
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 WordPressBesides, 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.
- The topic ‘Unable to upload image’ is closed to new replies.