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.
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
Comment #1
ezyang commentedAre you running FastCGI, or something persistent like that? The HTML Purifier module should get reloaded whenever a new request is made...
Comment #2
toddejohnson commentedPHP 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.
Comment #3
ezyang commentedIt looks like this was a bug in htmlpurifier module; I've fixed it in CVS and will be releasing a new version shortly.