Moodle and overlib 4.10
There's an odd bug with our installation of Moodle 1.9.x which comes up occasionally.
"overLIB 4.10 or later is required for the CSS style plugin"
This seems to be caused when one of the javascript files fails to load properly, and then gets stuck in the users browser cache.
Clearing the users browser cache normally fixes the problem. In one case last year, it was simpler to to force to to refresh from the server side, and so I temporarily added a dummy version parameter to the end of the line in lib/javascript.php which loads overlib.js to become eg. overlib.js?update=1. A cleaner way to do this, depending on how your etags are configured, might be to update the last modified date on the file in question - so "touch lib/overlib/overlib.js" might also help.
