We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer not writable.
Why does this library need the vendor folder on which it lives to be writeable?
It seems unnecessary, and it opens the possibility of vulnerabilities.
The text was updated successfully, but these errors were encountered:
I have the same problem. How to solve?
Sorry, something went wrong.
@jpruiz114 You can change the default folder path using a property, e.g.
$serializerPath = '/tmp/htmlpurifier'; if (!file_exists($serializerPath)) { mkdir($serializerPath); } $config->set('Cache.SerializerPath', $serializerPath);
No branches or pull requests
Directory /var/www/html/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer not writable.
Why does this library need the vendor folder on which it lives to be writeable?
It seems unnecessary, and it opens the possibility of vulnerabilities.
The text was updated successfully, but these errors were encountered: