deldev
(Rekha)
May 21, 2024, 12:52pm
1
Hello,
I am getting this error while clicking in the portal audit table row. I tried changing default value in CSS.AllowTricky.txt and CSS.AllowedProperties.txt please guide me on how to fix it.
Attaching image and error message for your view.
portal_error.txt (2.2 KB)
Thanks
Hi @deldev Getting the same error. Any luck on fixing it? Thanks
deldev
(Rekha)
August 23, 2024, 10:48am
3
Hello @mdotcoder ,
Yes, it is a file permission error. Have to change in the server.
Thanks,
Rekha
1 Like
sjpadgett
(Jerry P)
August 23, 2024, 3:04pm
4
@deldev @mdotcoder This is a bug that has been fixed here: portal/patient/libs/Controller/OnsiteDocumentController.php Questionnaires and LForms by sjpadgett · Pull Request #7668 · openemr/openemr · GitHub
and remove L-124 or $config->set('CSS.AllowedProperties', '*');
here: src/Services/DocumentTemplates/DocumentTemplateRender.php
Looks like I forgot to include in my PR the second change, gosh! Will try to remember in my next one…
2 Likes
Thank you @sjpadgett ! It is fixed.