[Aimmath-developers] [ aimmath-Bugs-821823 ] Invisible images
Brought to you by:
gustav_delius,
npstrick
From: SourceForge.net <no...@so...> - 2003-11-08 21:53:53
|
Bugs item #821823, was opened at 2003-10-11 16:19 Message generated for change (Comment added) made by npstrick You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=821823&group_id=44411 Category: None Group: None Status: Open Resolution: None Priority: 7 Submitted By: Neil Strickland (npstrick) Assigned to: Nobody/Anonymous (nobody) Summary: Invisible images Initial Comment: I have some questions that involve dynamically generated images (produced by p> plot(...), and handled by the `aim/ImageCache` class). A significant number of students have reported that they cannot see the images: their browser indicates that the expected gif file cannot be downloaded. I have not been able to reproduce this behaviour. It may possibly be caused by different Maple processes messing up each other's images, but that is just a guess. The code is supposed to prevent that from happening, anyway. ---------------------------------------------------------------------- >Comment By: Neil Strickland (npstrick) Date: 2003-11-08 21:53 Message: Logged In: YES user_id=430681 The problem can be fixed in practice by increasing the timeout in the Clean method of the ImageCache class from 600 to 6000 seconds. This means that the relevant images must get deleted by the Clean method. That method only deletes unlocked images, so the code that should lock the relevant images must be broken. ---------------------------------------------------------------------- Comment By: Greg Gamble (gregg0) Date: 2003-10-12 03:09 Message: Logged In: YES user_id=766524 At least some of the time this is caused by a student clicking a link within the page before it has fully downloaded. This may be a problem restricted to Internet Explorer (possibly an IE bug?) It's only come up for me very occasionally, and I've worked around it by generating the same page as administrator and copying the .gif to the right name (after scanning the source .html for the student's page) in the imagecache/ directory. Sometimes the students can help themselves by backing out and re-entering the quiz. Possibly, if they hit `Validate' and waited for a full download the whole page would be regenerated ... but I haven't tested that idea. I don't think it's the result of clashing Maple processes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=439479&aid=821823&group_id=44411 |