It seems that users' avatars are saved in users table using full path, i.e:

files/pictures/picture-1.jpg

and so on, where "files" and "pictures" are the defaults paths after install.

These records seems not to update neither after changing picture image path in admin/user/settings nor file system path in admin/settings/file-system. It would make sense to only save picture name, as the two paths can change from default ones and can later result in failures when migrating multi-sites.

Comments

killes@www.drop.org’s picture

Version: 5.0-rc1 » 6.x-dev
Component: profile.module » file system

That is by design.

Well, partially, people probably think that we'd move the images if you change the path. This is not the case. This should maybe be better documented?

chx’s picture

Project: Drupal core » Documentation
Version: 6.x-dev »
Component: file system » Admin Guide
dokumori’s picture

Project: Documentation » Drupal core
Version: » 7.x-dev
Component: Admin Guide » documentation

Changed the component to reflect the new component categorization. See http://drupal.org/node/301443
-dokumori

dokumori’s picture

Project: Drupal core » Documentation
Version: 7.x-dev »
Component: documentation » Correction/Clarification
emmajane’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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