eng-modee wrote:
> Hello,
> i am trying to post something in a site
> but it si always show me this message
> "Warning: Directory
> /var/www/html/include/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/HTML
> not writable, please chmod to 777 in
> /var/www/html/include/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php
> on line 179"
> may someone help with this problem and how can i fix it if i can?
> thank you
The webadmin needs to read the install notes for "htmlpurifier".
http://htmlpurifier.org/live/INSTALL
"5. Caching
HTML Purifier generates some cache files..."
"If you are unable or unwilling to give write permissions to the cache
directory, you can either disable the cache (and suffer a performance
hit):
$config->set('Core.DefinitionCache', null);
Or move the cache directory somewhere else (no trailing slash):"
So the person running the web site, needs to fix it, using the
instructions provided by the INSTALL file.
Paul