Details
Description
Links to "user" photos did not work after updating from Moodle 1.8 to Moodle 1.9.
However, I noticed the link works on moodle.og
http://moodle.org/user/pix.php/2/f2.jpg
I wonder if some code has been changed since moodle.org updated from 1.8 to 1.9 that may have cause this problem.
I've attached an image that helps show the problem.
This is a new install Moodle. 1.9 (March 16 or 17, 2008 version.)
I installed it in a new directory, then set my config.php file to use a copy of the "moodledata" folder.
Related?
I noticed that now in the moodledata folder, there is a "user" folder using a new folder structure and the older "users" folder, which I assume is perhaps just a backup of the data.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-15493 | User Profiles Photos not VIsible... |
|
|
|
Hi Charles,
as part of the migration from 1.8 to 1.9 user images have been moved from the old "users" dir to a new "user" dir, using one extra level in the new storage to prevent some problems in BIG sites.
Curiously, it sees that the new "user" structure was properly generated in your site (from screenshot), with user 2 images ready to be served.
Can you confirm what version of this script:
moodle/user/pix.php
are you using? Just to be 100% sure you aren't running a outdated version.
Assigning this to Nicolas... hi worked on the user-images migration and has more knowledge about what can be failing... ciao