Have been getting the following warning in my status report:
"Unable to check for the latest version of the HTML Purifier library. You will need to check manually at htmlpurifier.org to find out if the version you are using is out of date."
Running Pressflow 6.25 with Varnish. HTML Purifier is up to date (v 4.4.0).
I know their site went down a couple weeks ago, but it's back now, and the version check URL is working (http://htmlpurifier.org/live/VERSION).
Comments
Comment #1
ezyang commentedMy guess is that while the site was 404/500ing this page, some internal state in the update checker got corrupted and now it persistently thinks that it's still out of date. But I don't have a good idea what in particular or how to fix it.
Comment #2
heddn@Skidz, perhaps try disabling & uninstalling the module, then reinstall it?
Comment #3
Skidz commentedI'll give that a try when I get a chance.
Comment #4
heddn@Skidz, something else to try is simply running cron. The htmlpurifier_version_current variable gets set via running cron. If you aren't running cron on a normal basis, then the variable could be screwy.
Comment #5
Skidz commentedDunno what did it, but the error's gone. Seems to have sorted itself out over time. Those are the kind of issues I really hate... :-|
Comment #6
ezyang commentedJust to confirm, you didn't do anything (like uninstall and reinstall the module), right?
Comment #7
Skidz commentednothing, zip, nada...
Comment #8
heddnIt could be that cron ran? If it did, it should have reset the variables if I'm not correct.
Comment #9
Skidz commentedCRON has been running normally the whole time, so I don't see why that would be it.
Comment #10
heddn