When i enabled the module, the error msg appear as follows:

Fatal error: Class 'HTMLPurifier' not found in /home/mmcputr4/public_html/sites/all/modules/htmlpurifier/htmlpurifier.module on line 318

Library Install : htmlpurifier-4.4.0

Comments

heddn’s picture

What version of PHP are you running?
If you are a coder, can you try debugging and listing (via get_include_path()) what is on your include path on line 315 or 316 of htmlpurifier.module?

greggles’s picture

Status: Active » Postponed (maintainer needs more info)
markabur’s picture

I was getting this error too and it turned out my FTP program had been set to exclude config files, so the library's Config.php wasn't on the server. When I copied that over the error went away.

heddn’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No response from original poster so I'm going to guess it was something similar to #3