Closed (cannot reproduce)
Project:
HTML Purifier
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2012 at 12:58 UTC
Updated:
5 Oct 2012 at 01:06 UTC
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
Comment #1
heddnWhat 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?Comment #2
gregglesComment #3
markabur commentedI 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.
Comment #4
heddnNo response from original poster so I'm going to guess it was something similar to #3