Hello.

I just uploaded my 1st drupal site to the server.

When trying to upload a photo from "user management" -> "users" I get:

"# /home/shayleon/drupalTmp/tmp_RYwB2E could not be uploaded, because the destination is not properly configured.
# Failed to upload the picture image; the pictures directory doesn't exist or is not writable."

Despite the above error, the image was actually uploaded to the aforementioned directory, but is still not shown in the user profile.

I have tried to change the system directories from the above to "files" and "files/tmp", and to set the download method to 'public', but it makes no difference.

Any ideas?

Thanking you.
Shay.

Comments

balaftuna’s picture

both directories also have .htaccess files which seem fine.

balaftuna’s picture

hi guys. it's been awhile since i posted this question, and I still don't have a clue.
did any of you encounter such an issue?
Thank you.
Shay.

balaftuna’s picture

solution found. had to set permissions on the server folder to 755, and it works now.

Rosamunda’s picture

Sadly it didn´t work for me...
Trying to keep this issue alive.
Anyway, I´ve created a new one here. I´ve added a little index of the other issues related to this aswell...

Rosamunda
Buenos Aires | Argentina
www.ligadelconsorcista.org

LakshmanTirlangi’s picture

I am also facing the same issue,can u let me know in detail where exactly we hav to set the permissions to 755.

thanx
lax

prokopton’s picture

Here's what worked for me on Ubuntu 10.04 LTS and PHP 5.2.x:

chown -R www-data:www-data /var/www/files/pictures/

chmod 775 /var/www/files/pictures/

You might want to use 777 if 775 doesn't work.