Portal audit error alert message while clicking in the table row

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

Hello @mdotcoder,

Yes, it is a file permission error. Have to change in the server.

Thanks,
Rekha

1 Like

@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.