Open kghbln opened 6 months ago
It's documented upstream: https://github.com/ezyang/htmlpurifier/blob/d9fbef8e27f6a0848a8987a8534351de98eb0fa1/INSTALL#L265-L299
There is a documented way to change the cache directory and it can probably be done here: https://github.com/ProfessionalWiki/ExternalContent/blob/81b5c99bc76f1c2ee0ba46d9e9053e39f2515a92/src/Domain/ContentRenderer/ContentPurifier.php#L29-L36
It will be beneficial to tell External Content where to place the cache files via a config parameter.
Setup
Issue
On https://sandbox.semantic-mediawiki.net/wiki/README_-_Semantic_MediaWiki I got:
The issue disappears when the directory is made writable for the webserver. For caching, a directory outside of the vendor is preferable.
Is this an upstream issue?