Index: htmlpurifier.module
===================================================================
--- htmlpurifier.module	(revision 1541)
+++ htmlpurifier.module	(working copy)
@@ -177,7 +177,10 @@
     'AutoFormat.AutoParagraph' => variable_get("htmlpurifier_autoparagraph_$format", TRUE),
     'HTML.Allowed' =>
         variable_get("htmlpurifier_allowedhtml_enabled_$format", FALSE) ?
-        variable_get("htmlpurifier_allowedhtml_$format", '') : null,
+        variable_get("htmlpurifier_allowedhtml_$format", '') : null,
+    //** 27-08-2008:Joost Pluijmers Drupaldefenition cache wasn't loaded wich is fixed now **/
+    'Cache.DefinitionImpl' => 'Drupal',
+    'Cache.SerializerPath' => $_SERVER['DOCUMENT_ROOT'].'/'.variable_get('file_directory_temp','').'/htmlpurifier/serializer',
   );
   if (defined('HTMLPurifier::VERSION') && version_compare(HTMLPurifier::VERSION, '3.1.0-dev', '>=')) {
     $config['HTML.ForbiddenElements']   = variable_get("htmlpurifier_forbiddenelements_$format", '');
