HTMLPurifier appears to be trying to write into a directory that isn't writable on Cloudron's read-only fs:
PHP Warning - Directory /app/code/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer not writable. - in file /app/code/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php - at line 295 []
It's only a warning so I'm not sure it actually breaks anything, but this does not look like an upstream bug. Writing into that directory seems to be standard HTMLPurifier behavior and their documentation covers it. There's also a report of the same issue in another Cloudron app: https://forum.cloudron.io/topic/15476/repeated-htmlprurifier-warnings
Steps to reproduce:
- Install Mautic 7.1.2 (Package version 6.1.1)
- Log in
- Create a form
- In the "Fields" tab, add a new "Number" field, keeping default settings by immediately clicking "Add" in the modal
- Save the form
- Open the terminal for the Cloudron app
- Run
cat /var/run/mautic/var/logs/mautic_prod-*.php
The error shows up in Mautic's error log a couple of times.
