<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Forms produce repeated HTMLPurifier warnings]]></title><description><![CDATA[<p dir="auto">HTMLPurifier appears to be trying to write into a directory that isn't writable on Cloudron's read-only fs:</p>
<pre><code>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 []
</code></pre>
<p dir="auto">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 <a href="http://htmlpurifier.org/live/configdoc/plain.html#Cache.SerializerPath" target="_blank" rel="noopener noreferrer nofollow ugc">documentation</a> covers it. There's also a report of the same issue in another Cloudron app: <a href="https://forum.cloudron.io/topic/15476/repeated-htmlprurifier-warnings">https://forum.cloudron.io/topic/15476/repeated-htmlprurifier-warnings</a></p>
<p dir="auto"><strong>Steps to reproduce:</strong></p>
<ol>
<li>Install Mautic 7.1.2 (Package version 6.1.1)</li>
<li>Log in</li>
<li>Create a form</li>
<li>In the "Fields" tab, add a new "Number" field, keeping default settings by immediately clicking "Add" in the modal</li>
<li>Save the form</li>
<li>Open the terminal for the Cloudron app</li>
<li>Run <code>cat /var/run/mautic/var/logs/mautic_prod-*.php</code></li>
</ol>
<p dir="auto">The error shows up in Mautic's error log a couple of times.</p>
]]></description><link>https://forum.cloudron.io/topic/15590/forms-produce-repeated-htmlpurifier-warnings</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 23:10:34 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15590.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Jun 2026 19:46:20 GMT</pubDate><ttl>60</ttl></channel></rss>