My version never updates unless I comment out htmlpurifier.module line 136 in _htmlpurifier_load():

if (class_exists('HTMLPurifier')) return;

It never reloads the library to update the version and continues to show the warning message.

Comments

ezyang’s picture

Are you running FastCGI, or something persistent like that? The HTML Purifier module should get reloaded whenever a new request is made...

toddejohnson’s picture

PHP is running as an apache module on CentOS 5. This is an existing instalation that had the version stuck at 4.1.0 on the status page.

ezyang’s picture

Status: Active » Fixed

It looks like this was a bug in htmlpurifier module; I've fixed it in CVS and will be releasing a new version shortly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.