HTMLPurifierBundle icon indicating copy to clipboard operation
HTMLPurifierBundle copied to clipboard

Permission error when running 'bin/console cache:clear'

Open simontol opened this issue 11 months ago • 1 comments

When I run 'bin/console cache:clear' I get the following error: Serializer.php line 302: User Warning: Directory /app/var/cache/prod/htmlpurifier/HTML not writable, please alter file permissions

Unfortunately this breaks the deploy pipeline. We started getting this error since we upgraded from exercise/htmlpurifier-bundle 2.0 to 5.0 and Symfony from 5.4 to 6.4

simontol avatar Jan 21 '25 08:01 simontol

If someone can create a small repository that reproduces the issue, i'll try to investigate further, thanks.

HeahDude avatar Nov 10 '25 10:11 HeahDude