Hi,
i need help with the user's profile image.

1)I set my new user's image at : user/1/edit

image-after-upload.png

2)After saving and reload the page, it back to my default image:

after-refresh-user-page.png

3)But the image appears on the server as you can see on: image-uploaded-on-server.png

4)Any screenshots of my config:

admin/config/media/file-system

admin-config-media-file-system.png

admin/config/people/accounts
admin-config-people-accounts.png

Thanks for your suggestions.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iyyappan.govind’s picture

I think you need to check with the file permission in /sites/default/files.It's permission should be 755.

Run the following command in you terminal

chmod /sites/default/files -R 755

You can upload the image after changing the permission.

jozzy_a’s picture

Go to /admin/reports/status to check the status of your Drupal installation.
If there is nothing there, check your database logs. /admin/reports/dblog

dddave’s picture

karthik Raja V’s picture

Issue tags: +ChennaiDrupalGroup

Please check your file permission with 755. Or.go to admin/config/media/file-system and check the public file system path "sites/default/files".

joyceg’s picture

I agree with @Karthik.innoppl, I have faced this issue multiple times while dealing with adding images to web pages. There may be some permissions missings which result in not able to display the image.

Version: 7.38 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

apaderno’s picture

Status: Active » Fixed

I am closing this issue, since it's a support request that was already answered.

apaderno’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.