(Apache/1.3.27 PHP 4.3.10)
we can't add new user pics or change elder pics of users.
Existing pics are shown correctly. Other moodle installations 1.4.x on the same server are working correctly. Changing the slasharguments has no effect.
Any idea.
Ralf
It's version 1.6 (dev). I get no error message. After uploading the new picture I see the old picture. It doesn't change after updating the browsers view. New user can't add a picture. But we see a empty picture field from new users after they tried to add a picture . They have no more the smiley.
Ralf
Hi David,
I made today again tests and found that the new uploaded pictures are stored as user100.jpg and user35.jpg. The old f1.jpg and f2.jpg are also in the folder.
Any idea?
Ralf
Well, not a coding mistake as such, as I fully intended the files to be differently named in order to allow for a upgrade path.
Oddly, Ralf seems to have got the file that uploads the image to a different location, but not the file that (optionally) looks for them in that location, which I'm fairly sure I checked in within minutes of each other.
But, that's neither here nor there as, on Martin's suggestion, I've rolled back this code and added a different upgrade path that leaves the filenames as they are.
However, I'm unconvinced that people should be running Moodle from an arbritrary CVS HEAD. But if they are, then updating to the latest version will probably fix their problem (and quite possibly introduce others!)