https://bugzilla.wikimedia.org/show_bug.cgi?id=31504

--- Comment #18 from Bawolff <[email protected]> 2011-11-15 05:21:22 UTC ---
(In reply to comment #17)
> > I just did ?action=purge on
> > http://species-id.net/openmedia/File:Cynodon_dactylon_7_Narben_IMG_6596_Wohlers.jpg
> > and it fixed the issue.
> 
> Thanks a lot! I thought that purging all thumbs would be sufficient; I start 
> to
> understand that the dimension problem needs purging the cached pages itself.
> Will ./maintenance/rebuildFileCache.php work instead of purge?

I don't think it was the parser cache/file cache that was the issue. My theory
is that the img_width and img_height field needed refreshing (which happens on
a file metadata purge, which a ?action=purge also triggers) (This would make
sense since these values should now store the post-rotation width/height where
before they didn't, and your symptoms were that the width/height were mixed
up).

This could probably be done by maintinance script with
   php refreshImageMetadata.php --force

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to