Fatal error: require_once() [function.require]: Failed opening required 'modules/htmlpurifier/library/HTMLPurifier.auto.php' (include_path='.;F:\xampp\php\pear\') in F:\xampp\htdocs\dru5\modules\htmlpurifier\htmlpurifier.module on line 60

Turned it on. Setup a filter type. Hit the home button and got this.

Comments

yhager’s picture

Are you sure you downloaded the package from htmlpurifier.org and installed it? Exact instructions are to be found in the INSTALL.txt file inside the module directory.

ezyang’s picture

Status: Active » Closed (works as designed)

Closing as bogus for now. chuyskywalker, if you still get this problem after installing HTML Purifier, feel free to reopen this bug.

mgifford’s picture

There's got to be a more graceful way to fail. Others manage it that have 3rd party tools that need to be installed.

ezyang’s picture

The latest version of the HTML Purifier code does an extra file system check if the library has been installed appropriately before attempting to include in; this is an issue that only affects 5.x-1.x-dev. And since we're in the process of desupporting it, I don't think it's worth making another release for this case. If you still object, though, I'd be more than happy to land a patch for it.